| Index: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| index 179c933c07d7af41ac296449bc08b54033274cb1..345b8253c60f170bf4f14c7e9827c83427fe6f1b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| @@ -69,7 +69,7 @@ public:
|
|
|
| void loadSubimages(Document*);
|
|
|
| - PassRefPtrWillBeRawPtr<CSSImageGeneratorValue> valueWithURLsMadeAbsolute();
|
| + RawPtr<CSSImageGeneratorValue> valueWithURLsMadeAbsolute();
|
|
|
| DEFINE_INLINE_TRACE_AFTER_DISPATCH() { CSSValue::traceAfterDispatch(visitor); }
|
|
|
|
|