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

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

Issue 2097093002: [Typed OM] Rename cssString methods to cssText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-transformvalue
Patch Set: Update usage in csspaint logging for tests Created 4 years, 6 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
Index: third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl
index 847e13e89f99f55a2322b6cbba06fd2996ca1152..44e669b0c05e520b1e3e37ba9f5ea340bd9c15a1 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.idl
@@ -6,7 +6,7 @@
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM,
] interface CSSStyleValue {
- readonly attribute DOMString cssString;
+ readonly attribute DOMString cssText;
// TODO(meade): Should be (CSSStyleValue or sequence<CSSStyleValue>)? instead of object?. Fix when the code generator supports this.
[RaisesException, CallWith=ScriptState] static object? parse(DOMString property, DOMString cssText);
};

Powered by Google App Engine
This is Rietveld 408576698