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

Unified Diff: Source/core/editing/FrameSelectionTest.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
« no previous file with comments | « no previous file | Source/core/editing/GranularityStrategyTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/FrameSelectionTest.cpp
diff --git a/Source/core/editing/FrameSelectionTest.cpp b/Source/core/editing/FrameSelectionTest.cpp
index 663f75739e0e3dbb3a5772e99fb37638a3d08196..341eff15dfadb4bc0bda10d5e856b0993215eb2d 100644
--- a/Source/core/editing/FrameSelectionTest.cpp
+++ b/Source/core/editing/FrameSelectionTest.cpp
@@ -35,7 +35,7 @@ protected:
private:
OwnPtr<DummyPageHolder> m_dummyPageHolder;
- RawPtr<HTMLDocument> m_document;
+ RawPtrWillBePersistent<HTMLDocument> m_document;
RefPtrWillBePersistent<Text> m_textNode;
};
« no previous file with comments | « no previous file | Source/core/editing/GranularityStrategyTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698