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

Unified Diff: Source/core/rendering/RenderTableCellTest.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/RenderTableCellTest.cpp
diff --git a/Source/core/rendering/RenderTableCellTest.cpp b/Source/core/rendering/RenderTableCellTest.cpp
index b49f992887ae47aca3b3a15e6c6fd7ab65617e28..5fb2f27941b12352713f07249d88f615bf4727a4 100644
--- a/Source/core/rendering/RenderTableCellTest.cpp
+++ b/Source/core/rendering/RenderTableCellTest.cpp
@@ -45,7 +45,7 @@ protected:
m_cell->destroy();
}
- RenderTableCell* m_cell;
+ RawPtrWillBePersistent<RenderTableCell> m_cell;
haraken 2014/08/01 17:48:21 This should be OwnPtr in non-oilpan builds. In or
};
TEST_F(RenderTableCellDeathTest, CanSetColumn)

Powered by Google App Engine
This is Rietveld 408576698