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

Unified Diff: Source/core/dom/URLUtilsReadOnly.idl

Issue 342553010: Expose URLUtilsReadOnly.origin (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « LayoutTests/fast/workers/worker-location-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/URLUtilsReadOnly.idl
diff --git a/Source/core/dom/URLUtilsReadOnly.idl b/Source/core/dom/URLUtilsReadOnly.idl
index ccd26f77053dc70767f3b71b4f34b2d12e78e510..579ec8412e7416ed4f5672b04b1909374f20b727 100644
--- a/Source/core/dom/URLUtilsReadOnly.idl
+++ b/Source/core/dom/URLUtilsReadOnly.idl
@@ -32,8 +32,7 @@
// stringifier readonly attribute DOMString href;
readonly attribute DOMString href;
[NotEnumerable, ImplementedAs=href] DOMString toString();
- // Not yet implemented.
- // readonly attribute DOMString origin;
+ readonly attribute DOMString origin;
readonly attribute DOMString protocol;
readonly attribute DOMString host;
« no previous file with comments | « LayoutTests/fast/workers/worker-location-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698