| Index: third_party/WebKit/Source/core/css/CSSValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h
|
| index d8c14eb50513365dc8b1055ebcf05408019bd302..9547537427275ae85a0b35efc4908e816e9f578f 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValue.h
|
| @@ -256,7 +256,7 @@ inline bool compareCSSValuePtr(const RefPtr<CSSValueType>& first, const RefPtr<C
|
| }
|
|
|
| template<typename CSSValueType>
|
| -inline bool compareCSSValuePtr(const RawPtr<CSSValueType>& first, const RawPtr<CSSValueType>& second)
|
| +inline bool compareCSSValuePtr(const CSSValueType* first, const CSSValueType* second)
|
| {
|
| if (first == second)
|
| return true;
|
|
|