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 1ca935b6346fa2371c9f4bc518d07a7d5d307e09..0854886f331f239e584b74d774b7c5d8c83cc3a0 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl |
@@ -6,6 +6,6 @@ |
Constructor(DOMString keyword), |
RuntimeEnabled=CSSTypedOM, |
RaisesException=Constructor |
-] interface CSSKeywordValue : StyleValue { |
+] interface CSSKeywordValue : CSSStyleValue { |
readonly attribute DOMString keywordValue; |
}; |