| Index: third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl b/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
|
| index df44f64a8a8bd4b0127b13baacc72209421d5778..1a2a804949ae7d82f2ed42a22f9d047d7f29ad8e 100644
|
| --- a/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
|
| @@ -3,6 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| dictionary SyncEventInit : ExtendableEventInit {
|
| - required SyncRegistration registration;
|
| - required boolean lastChance;
|
| + required DOMString tag;
|
| + boolean lastChance = false;
|
| };
|
|
|