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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl

Issue 2858553002: use USVString for URLs at CSSURLImageValue. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
index 0b938ba7fe0dfa5f823aed89f873891875b19746..0f500ac2bca388413e9e8e015bfe2a1c62ec287f 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
@@ -7,5 +7,5 @@
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSURLImageValue : CSSImageValue {
- readonly attribute DOMString url;
+ readonly attribute USVString url;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698