| Index: third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl
|
| index a3b5686b06b348847860d7bcc894807c9608b48a..6bef9da1dbf239805eaed590c14c7db9d34e2313 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl
|
| @@ -32,7 +32,6 @@
|
| [
|
| Constructor(DOMString type, optional ExtendableEventInit eventInitDict),
|
| Exposed=ServiceWorker,
|
| - TypeChecking=Interface,
|
| ] interface ExtendableEvent : Event {
|
| [CallWith=ScriptState, RaisesException] void waitUntil(Promise<any> f);
|
| };
|
|
|