| Index: third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.h b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| index 2e7841383b43819ba2598ffc1313eeec5c811082..ae0750bc3b30e80fba0c5c91cd8221c8d1ad83f7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| @@ -99,7 +99,7 @@ private:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
| String m_text;
|
| - RefPtrWillBePersistent<StyleImage> m_image;
|
| + Persistent<StyleImage> m_image;
|
| LayoutListItem* m_listItem;
|
| };
|
|
|
|
|