| Index: third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| index ab19ec1d2625d2d5cf250060dab58770e0495530..45482ae3148f3e81c94aa85bdb245ed3622e8f9b 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| @@ -118,7 +118,7 @@ GraphicsContext* SVGFilterPainter::prepareEffect(const LayoutObject& object, SVG
|
| return nullptr;
|
| }
|
|
|
| - OwnPtrWillBeRawPtr<FilterData> filterData = FilterData::create();
|
| + RawPtr<FilterData> filterData = FilterData::create();
|
| FloatRect referenceBox = object.objectBoundingBox();
|
|
|
| SVGFilterElement* filterElement = toSVGFilterElement(m_filter.element());
|
|
|