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

Unified Diff: core/workers/WorkerLocation.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 years, 11 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/workers/Worker.idl ('k') | core/workers/WorkerNavigator.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/workers/WorkerLocation.idl
diff --git a/core/workers/WorkerLocation.idl b/core/workers/WorkerLocation.idl
index 0d8399bc4420410e4815d29b603761ad095cd5ae..7afd84bebd27839335fe8e11a8702d912c332487 100644
--- a/core/workers/WorkerLocation.idl
+++ b/core/workers/WorkerLocation.idl
@@ -29,15 +29,7 @@
[
GlobalContext=WorkerGlobalScope
] interface WorkerLocation {
- readonly attribute DOMString href;
- readonly attribute DOMString protocol;
- readonly attribute DOMString host;
- readonly attribute DOMString hostname;
- readonly attribute DOMString port;
- readonly attribute DOMString pathname;
- readonly attribute DOMString search;
- readonly attribute DOMString hash;
-
- [NotEnumerable] DOMString toString();
};
+// Force rebuild: crbug.com/307023
+WorkerLocation implements URLUtilsReadOnly;
« no previous file with comments | « core/workers/Worker.idl ('k') | core/workers/WorkerNavigator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698