| Index: third_party/WebKit/Source/modules/serviceworkers/Client.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/Client.idl b/third_party/WebKit/Source/modules/serviceworkers/Client.idl
|
| index 1e1f77ebbad82ae633493dc1ee52e9c873f38c5b..6d0d4390c1c2268b66e33b898877952cd6378378 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/Client.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/Client.idl
|
| @@ -10,5 +10,5 @@
|
| readonly attribute USVString url;
|
| readonly attribute ContextFrameType frameType;
|
| readonly attribute DOMString id;
|
| - [PostMessage, RaisesException, CallWith=ExecutionContext] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
|
| + [PostMessage, RaisesException, CallWith=ScriptState] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
|
| };
|
|
|