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

Unified Diff: core/page/WorkerNavigator.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: 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
« no previous file with comments | « core/page/Window.idl ('k') | core/scripts/make_css_property_names.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/WorkerNavigator.idl
diff --git a/core/page/WorkerNavigator.idl b/core/page/WorkerNavigator.idl
index 1a1a77cb7c256859436d348aa677f0187dc71cb8..3debfca937bab15eec925f6003c9842da139d8ca 100644
--- a/core/page/WorkerNavigator.idl
+++ b/core/page/WorkerNavigator.idl
@@ -27,13 +27,9 @@
*/
[
- NoInterfaceObject
+ GlobalContext=WorkerGlobalScope
] interface WorkerNavigator {
- readonly attribute DOMString appName;
- readonly attribute DOMString appVersion;
- readonly attribute DOMString platform;
- readonly attribute DOMString userAgent;
-
- readonly attribute boolean onLine;
};
+WorkerNavigator implements NavigatorID;
+WorkerNavigator implements NavigatorOnLine;
« no previous file with comments | « core/page/Window.idl ('k') | core/scripts/make_css_property_names.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698