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

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

Issue 2893823002: [CSS Typed OM] Make CSSKeywordValue's value attribute mutable (Closed)
Patch Set: rebase 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 | « third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.cpp ('k') | 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/CSSKeywordValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
index 6367eb674069209add541855254af2921b3f5069..1f0b894ada560b0ef44047df54a800d0d94bd16d 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl
@@ -11,5 +11,5 @@
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
] interface CSSKeywordValue : CSSStyleValue {
- readonly attribute DOMString keywordValue;
+ attribute DOMString value;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698