| 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 98dc8056f1ebc1452a702d7852254457c409961e..3ff4929856e9bce00dab9c647abf5e7a8f383bb1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h
|
| @@ -98,7 +98,7 @@ private:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
| String m_text;
|
| - RefPtrWillBePersistent<StyleImage> m_image;
|
| + Persistent<StyleImage> m_image;
|
| LayoutListItem* m_listItem;
|
| };
|
|
|
|
|