| 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 34f73236a45f98b3534ffd54e9a02ccbb0fae617..ca3cb0721a0ab06d4e17931b97b97929d13e406a 100644
|
| --- a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
|
| +++ b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/Beacon/Overview.html#Navigator
|
| +// 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);
|
|
|