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

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

Issue 331313011: Switch URL and URLUtils interfaces over to use ScalarValueString. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy new url-constructor test 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/domurl/url-pathname.html ('k') | Source/core/dom/URLUtils.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/URL.idl
diff --git a/Source/core/dom/URL.idl b/Source/core/dom/URL.idl
index 37b80510f3c69fb2c7035293b90d4cc9480ba140..2cf33a47c4fffdb1710b5deda5bad17daf7d630d 100644
--- a/Source/core/dom/URL.idl
+++ b/Source/core/dom/URL.idl
@@ -27,9 +27,9 @@
// http://url.spec.whatwg.org/#url
[
- Constructor(DOMString url),
- Constructor(DOMString url, DOMString base),
- Constructor(DOMString url, URL base),
+ Constructor(ScalarValueString url),
+ Constructor(ScalarValueString url, ScalarValueString base),
+ Constructor(ScalarValueString url, URL base),
Exposed=Window&Worker,
ImplementedAs=DOMURL,
RaisesException=Constructor,
« no previous file with comments | « LayoutTests/fast/domurl/url-pathname.html ('k') | Source/core/dom/URLUtils.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698