| Index: Source/modules/serviceworkers/ServiceWorker.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl
|
| index 51866b8f63500924f1bfc1ce8ce1d99ff4a2bca8..130c658bf4bcf6005f560d4b909a1d1f7d2b7b0f 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorker.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorker.idl
|
| @@ -47,7 +47,8 @@ enum ServiceWorkerState {
|
| [PostMessage, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
|
|
|
| readonly attribute USVString scriptURL;
|
| - readonly attribute ServiceWorkerState state;
|
| + readonly attribute ServiceWorkerState state;
|
| + readonly attribute DOMString id;
|
|
|
| attribute EventHandler onstatechange;
|
| };
|
|
|