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

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

Issue 644473006: Rename 'ScalarValueString' to 'USVString' to match Web IDL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/bindings/tests/results/core/V8TestObject.cpp ('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 64f14fbf6808bea9e27f79e752e8690e97a529d9..4f0cfb8a9d1036729a6bd9085f410acfbe1af45f 100644
--- a/Source/core/dom/URL.idl
+++ b/Source/core/dom/URL.idl
@@ -27,9 +27,9 @@
// http://url.spec.whatwg.org/#url
[
- Constructor(ScalarValueString url),
- Constructor(ScalarValueString url, ScalarValueString base),
- Constructor(ScalarValueString url, URL base),
+ Constructor(USVString url),
+ Constructor(USVString url, USVString base),
+ Constructor(USVString url, URL base),
Exposed=(Window,Worker),
ImplementedAs=DOMURL,
RaisesException=Constructor,
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/dom/URLUtils.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698