Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1082)

Unified Diff: Source/core/page/WorkerNavigator.idl

Issue 23308006: Introduce NavigatorOnLine interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No change Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/page/NavigatorOnLine.h ('K') | « Source/core/page/NavigatorOnLine.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/WorkerNavigator.idl
diff --git a/Source/core/page/WorkerNavigator.idl b/Source/core/page/WorkerNavigator.idl
index 1a1a77cb7c256859436d348aa677f0187dc71cb8..cd5c54b42205d4f8e3a8218b4000bafba6b8ada0 100644
--- a/Source/core/page/WorkerNavigator.idl
+++ b/Source/core/page/WorkerNavigator.idl
@@ -33,7 +33,6 @@
readonly attribute DOMString appVersion;
readonly attribute DOMString platform;
readonly attribute DOMString userAgent;
-
- readonly attribute boolean onLine;
};
+WorkerNavigator implements NavigatorOnLine;
« Source/core/page/NavigatorOnLine.h ('K') | « Source/core/page/NavigatorOnLine.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698