| Index: Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.idl b/Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| index db7d411c4a8fed9979fa5dff1e2d5ab631d9c9eb..fe6a0e7025fdfb2c68fea045b038587f64b7c232 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| @@ -9,7 +9,5 @@
|
| GarbageCollected,
|
| TypeChecking=Interface,
|
| ] interface ServiceWorkerClient {
|
| - readonly attribute unsigned long id;
|
| -
|
| [Custom, RaisesException, CallWith=ExecutionContext] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
|
| };
|
|
|