Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutListMarker.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698