| Index: Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.idl b/Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| index 925ebb5af1af458e5518eb48c1a6989ae47964b7..4f35e42246703092dc6f732319a9febbb72adbfa 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClient.idl
|
| @@ -14,5 +14,5 @@
|
| [RuntimeEnabled=ServiceWorkerClientAttributes] readonly attribute USVString url;
|
| [RuntimeEnabled=ServiceWorkerClientAttributes] readonly attribute DOMString frameType;
|
| [Custom, RaisesException, CallWith=ExecutionContext] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
|
| - [RuntimeEnabled=PushMessaging, CallWith=ScriptState] Promise<boolean> focus();
|
| + [RuntimeEnabled=ServiceWorkerClientAttributes, CallWith=ScriptState] Promise<boolean> focus();
|
| };
|
|
|