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 { |