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

Unified Diff: Source/core/dom/URLUtilsReadOnly.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/core/dom/URLUtils.idl ('k') | Source/core/testing/TypeConversions.h » ('j') | 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 53301968132e7c215ff678072490888a9e2df51f..b1732c679a91d4712f961b6f8c67a7c4125ffb54 100644
--- a/Source/core/dom/URLUtilsReadOnly.idl
+++ b/Source/core/dom/URLUtilsReadOnly.idl
@@ -29,16 +29,16 @@
NoInterfaceObject, // Always used on target of 'implements'
] interface URLUtilsReadOnly {
// FIXME: should be stringifier: http://crbug.com/306606
- // stringifier readonly attribute ScalarValueString href;
- readonly attribute ScalarValueString href;
- [NotEnumerable, ImplementedAs=href] ScalarValueString toString();
- readonly attribute ScalarValueString origin;
+ // stringifier readonly attribute USVString href;
+ readonly attribute USVString href;
+ [NotEnumerable, ImplementedAs=href] USVString toString();
+ readonly attribute USVString origin;
- readonly attribute ScalarValueString protocol;
- readonly attribute ScalarValueString host;
- readonly attribute ScalarValueString hostname;
- readonly attribute ScalarValueString port;
- readonly attribute ScalarValueString pathname;
- readonly attribute ScalarValueString search;
- readonly attribute ScalarValueString hash;
+ readonly attribute USVString protocol;
+ readonly attribute USVString host;
+ readonly attribute USVString hostname;
+ readonly attribute USVString port;
+ readonly attribute USVString pathname;
+ readonly attribute USVString search;
+ readonly attribute USVString hash;
};
« no previous file with comments | « Source/core/dom/URLUtils.idl ('k') | Source/core/testing/TypeConversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698