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; |
}; |