| 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 64717004d712602149dc9c76ce1047272d126911..a2f016698b256c7daf4de4b047f8d03c678ebe2c 100644
|
| --- a/third_party/WebKit/Source/core/style/FillLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/style/FillLayer.cpp
|
| @@ -29,7 +29,7 @@ namespace blink {
|
| struct SameSizeAsFillLayer {
|
| FillLayer* m_next;
|
|
|
| - RefPtrWillBePersistent<StyleImage> m_image;
|
| + Persistent<StyleImage> m_image;
|
|
|
| Length m_xPosition;
|
| Length m_yPosition;
|
|
|