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

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

Issue 2912753004: [css-typed-om] use USVString for URLs at CSSURLImageValue. (Closed)
Patch Set: Created 3 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 | « 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 97280b1d0c9155a778b67bfd3bc82de9b0e59428..77985705c5d8fd7388058377b43488c9942eb14f 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
@@ -5,7 +5,7 @@
// Represents image values that are specified using "url(...)".
// Spec: https://drafts.css-houdini.org/css-typed-om/#cssurlimagevalue
[
- Constructor(DOMString url),
+ Constructor(USVString url),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSURLImageValue : CSSImageValue {
« 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