| Index: third_party/WebKit/Source/core/style/FillLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/FillLayer.cpp b/third_party/WebKit/Source/core/style/FillLayer.cpp
|
| index 47df687455c70a50f07c791c79b9ecc19026ea42..0fcb8676100ece9cadc54fd9dba47fdb31705484 100644
|
| --- a/third_party/WebKit/Source/core/style/FillLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/style/FillLayer.cpp
|
| @@ -28,7 +28,7 @@ namespace blink {
|
| struct SameSizeAsFillLayer {
|
| FillLayer* m_next;
|
|
|
| - RefPtrWillBePersistent<StyleImage> m_image;
|
| + Persistent<StyleImage> m_image;
|
|
|
| Length m_xPosition;
|
| Length m_yPosition;
|
|
|