| Index: Source/modules/serviceworkers/ServiceWorker.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl
|
| index b58eb9005dc907d0e3b48c26e6d07c517ee0f85e..8511ad08eeb1e7737d6d665819cd622f63793839 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorker.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorker.idl
|
| @@ -31,4 +31,7 @@
|
| RuntimeEnabled=ServiceWorker,
|
| NoInterfaceObject
|
| ] interface ServiceWorker {
|
| +
|
| + // FIXME: Should inherit this from Worker.
|
| + [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional MessagePort[] messagePorts);
|
| };
|
|
|