| Index: third_party/WebKit/Source/build/scripts/templates/CSSOMKeywords.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSOMKeywords.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSOMKeywords.cpp.tmpl
|
| index 053f7a878176233e3bdeebebd86a839332c960f6..9bc58ac8f506b6a84721df4ce76130eb9e2e7849 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/CSSOMKeywords.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/CSSOMKeywords.cpp.tmpl
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "core/css/cssom/CSSOMKeywords.h"
|
|
|
| -#include "core/css/cssom/KeywordValue.h"
|
| +#include "core/css/cssom/CSSKeywordValue.h"
|
| #include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
| @@ -37,7 +37,7 @@ KeywordTable& keywordTable()
|
|
|
| } // namespace
|
|
|
| -bool CSSOMKeywords::validKeywordForProperty(CSSPropertyID id, const KeywordValue& keyword)
|
| +bool CSSOMKeywords::validKeywordForProperty(CSSPropertyID id, const CSSKeywordValue& keyword)
|
| {
|
| CSSValueID valueID = keyword.keywordValueID();
|
| if (valueID == CSSValueInvalid) {
|
|
|