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

Unified Diff: Source/core/rendering/RenderTableRowTest.cpp

Issue 423093002: Oilpan: Prepare to move RenderObject and RenderObjectChildList to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add more trace Created 6 years, 5 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/rendering/RenderTableRowTest.cpp
diff --git a/Source/core/rendering/RenderTableRowTest.cpp b/Source/core/rendering/RenderTableRowTest.cpp
index 00588f78daad7397cd00b7ac6b7b9401070fffe6..15405c3aefc880c596fc779507537ad2fba83f26 100644
--- a/Source/core/rendering/RenderTableRowTest.cpp
+++ b/Source/core/rendering/RenderTableRowTest.cpp
@@ -51,7 +51,7 @@ protected:
}
OwnPtr<DummyPageHolder> m_pageHolder;
- RenderTableRow* m_row;
+ RawPtrWillBePersistent<RenderTableRow> m_row;
haraken 2014/08/01 17:48:21 Ditto. We want to first make this an OwnPtr in non
};
TEST_F(RenderTableRowDeathTest, CanSetRow)

Powered by Google App Engine
This is Rietveld 408576698