Index: third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h |
index ef6dca715dda6fb85f1ab6241fcf5c600692aa7b..18e4979499e2c79456796ce51d90c57082b190e7 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h |
@@ -20,7 +20,9 @@ class CORE_EXPORT CSSUnsupportedStyleValue final : public CSSStyleValue { |
return new CSSUnsupportedStyleValue(css_text); |
} |
- StyleValueType GetType() const override { return StyleValueType::kUnknown; } |
+ StyleValueType GetType() const override { |
+ return StyleValueType::kUnknownType; |
+ } |
const CSSValue* ToCSSValue() const override; |
const CSSValue* ToCSSValueWithProperty(CSSPropertyID) const override; |
String cssText() const override { return css_text_; } |