| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
|
| index 711f643d8abf0b0bf436b74a237ab53cd30c09a0..f1109251ca7d52d996857e9568c03619e1c2bba0 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
|
| @@ -5,7 +5,11 @@
|
| // https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#serviceworkermessage-event-interface
|
|
|
| [
|
| - Constructor(DOMString type, optional ServiceWorkerMessageEventInit eventInitDict),
|
| + // TODO(bashi): Stop using CustomConstructor once we solve reference
|
| + // circulation between Blink and V8. http://crbug.com/501866
|
| + // Constructor should be:
|
| + // Constructor(DOMString type, optional ServiceWorkerMessageEventInit eventInitDict),
|
| + CustomConstructor,
|
| Exposed=(Window, Worker),
|
| ] interface ServiceWorkerMessageEvent : Event {
|
| [Custom=Getter] readonly attribute any data;
|
|
|