| Index: Source/modules/beacon/NavigatorBeacon.idl
|
| diff --git a/Source/modules/beacon/NavigatorBeacon.idl b/Source/modules/beacon/NavigatorBeacon.idl
|
| index 7b31421a6a0dfff77bded9ae6066468a1603ad38..720d015b8876c2a3d22d3792202a59c51af46ff4 100644
|
| --- a/Source/modules/beacon/NavigatorBeacon.idl
|
| +++ b/Source/modules/beacon/NavigatorBeacon.idl
|
| @@ -11,5 +11,5 @@
|
| [CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, ArrayBufferView data);
|
| [CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, Blob data);
|
| [CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, FormData data);
|
| - [CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, [Default=Undefined] optional DOMString data);
|
| + [CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, optional DOMString data);
|
| };
|
|
|