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

Unified Diff: Source/core/editing/GranularityStrategyTest.cpp

Issue 1168103003: Oilpan: fix unit tests bugs unmasked by r196836. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: Source/core/editing/GranularityStrategyTest.cpp
diff --git a/Source/core/editing/GranularityStrategyTest.cpp b/Source/core/editing/GranularityStrategyTest.cpp
index c2d21f74eea8f23019d2d1067509cb9b61a540a5..d4680c5617b237bc0768de3d4fe2bde06c2968f6 100644
--- a/Source/core/editing/GranularityStrategyTest.cpp
+++ b/Source/core/editing/GranularityStrategyTest.cpp
@@ -70,7 +70,7 @@ protected:
private:
OwnPtr<DummyPageHolder> m_dummyPageHolder;
- RawPtr<HTMLDocument> m_document;
+ RawPtrWillBePersistent<HTMLDocument> m_document;
};
void GranularityStrategyTest::SetUp()
« no previous file with comments | « Source/core/editing/FrameSelectionTest.cpp ('k') | Source/core/html/canvas/CanvasRenderingContext2DTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698