| Index: third_party/WebKit/Source/modules/background_sync/SyncEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/background_sync/SyncEvent.idl b/third_party/WebKit/Source/modules/background_sync/SyncEvent.idl
|
| index f828e499777a0346b5ded80812923762f6126993..f663de05ba535d0cb78134a68f5fc68235eaf9a6 100644
|
| --- a/third_party/WebKit/Source/modules/background_sync/SyncEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/background_sync/SyncEvent.idl
|
| @@ -7,6 +7,6 @@
|
| Exposed=ServiceWorker,
|
| RuntimeEnabled=BackgroundSync,
|
| ] interface SyncEvent : ExtendableEvent {
|
| - readonly attribute SyncRegistration registration;
|
| + readonly attribute DOMString tag;
|
| readonly attribute boolean lastChance;
|
| };
|
|
|