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

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

Issue 1162783003: Sync the URL interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: missed a TODO Created 5 years, 7 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 | « Source/core/dom/URLUtils.idl ('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 b1732c679a91d4712f961b6f8c67a7c4125ffb54..9f5aac017723744888f2b5b4d6e1133d11d028a7 100644
--- a/Source/core/dom/URLUtilsReadOnly.idl
+++ b/Source/core/dom/URLUtilsReadOnly.idl
@@ -23,10 +23,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://url.spec.whatwg.org/#urlutilsreadonly
+// https://url.spec.whatwg.org/#urlutilsreadonly
[
NoInterfaceObject, // Always used on target of 'implements'
+ Exposed=(Window,Worker),
] interface URLUtilsReadOnly {
// FIXME: should be stringifier: http://crbug.com/306606
// stringifier readonly attribute USVString href;
« no previous file with comments | « Source/core/dom/URLUtils.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698