Skip to content

Commit 819a2ff

Browse files
committed
Bug 1554057 [wpt PR 16989] - Update interfaces/wake-lock.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/wake-lock.idl (#16989) Source: https://github.com/tidoust/reffy-reports/blob/0ff6a6d/whatwg/idl/wake-lock.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/536627667 -- wp5At-commits: 96463d14e8693aa16a4376b299ce34a443443cac wpt-pr: 16989 UltraBlame original commit: d3a38a4c9b1a64c03ef87f77a77600539f73e3ee
1 parent 7c32990 commit 819a2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/web-platform/tests/interfaces/wake-lock.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ interface WakeLock {
1616
};
1717

1818
dictionary WakeLockRequestOptions {
19-
AbortSignal? signal = null;
19+
AbortSignal signal;
2020
};

0 commit comments

Comments
 (0)