| Index: third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
|
| diff --git a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
|
| index ca3cb0721a0ab06d4e17931b97b97929d13e406a..8795ec8ac1d8bb9fb7da38e343d384ae7eb5d719 100644
|
| --- a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
|
| +++ b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
|
| @@ -5,5 +5,5 @@
|
| // https://w3c.github.io/beacon/#sec-sendBeacon-method
|
|
|
| partial interface Navigator {
|
| - [CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, optional (ArrayBufferView or Blob or DOMString or FormData)? data = null);
|
| + [CallWith=ScriptState, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, optional (ArrayBufferView or Blob or DOMString or FormData)? data = null);
|
| };
|
|
|