| Index: third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp b/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| index f2a45b997b085a5ae05dc60733d2306daeb98f9a..e0cb10b9a18c560ab3f066f908b9b9db12f950da 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
|
| @@ -16,7 +16,7 @@ class FakeCSSResourceValue : public CSSResourceValue {
|
| ResourceStatus Status() const override { return status_; }
|
|
|
| CSSValue* ToCSSValue() const override { return nullptr; }
|
| - StyleValueType GetType() const override { return kUnknown; }
|
| + StyleValueType GetType() const override { return kUnknownType; }
|
|
|
| private:
|
| ResourceStatus status_;
|
|
|