| Index: Source/core/frame/NavigatorOnLine.idl
|
| diff --git a/Source/core/frame/NavigatorOnLine.idl b/Source/core/frame/NavigatorOnLine.idl
|
| index 9268e63c126aea4d50f995d15d9fd50bd465248f..94468aaeeedffbf3fd984d6229c3567c9012504b 100644
|
| --- a/Source/core/frame/NavigatorOnLine.idl
|
| +++ b/Source/core/frame/NavigatorOnLine.idl
|
| @@ -28,10 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.whatwg.org/specs/web-apps/current-work/#navigatoronline
|
| +// https://html.spec.whatwg.org/#navigator.online
|
|
|
| [
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| + Exposed=(Window,Worker),
|
| ] interface NavigatorOnLine {
|
| readonly attribute boolean onLine;
|
| };
|
|
|