| Index: third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h b/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
|
| index 2d77f74a745791425cd5ed42548a3da8d0ffb0be..c081b382556d8c68722eb74296c103cc991c4b32 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
|
| @@ -9,13 +9,13 @@
|
|
|
| namespace blink {
|
|
|
| -class KeywordValue;
|
| +class CSSKeywordValue;
|
|
|
| class CSSOMKeywords {
|
| STATIC_ONLY(CSSOMKeywords);
|
|
|
| public:
|
| - static bool validKeywordForProperty(CSSPropertyID, const KeywordValue&);
|
| + static bool validKeywordForProperty(CSSPropertyID, const CSSKeywordValue&);
|
| };
|
|
|
| } // namespace blink
|
|
|