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

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: dispose -> destroy Created 6 years, 4 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 | « Source/core/rendering/RenderTableRow.cpp ('k') | Source/core/rendering/RenderTableSection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
TEST_F(RenderTableRowDeathTest, CanSetRow)
« no previous file with comments | « Source/core/rendering/RenderTableRow.cpp ('k') | Source/core/rendering/RenderTableSection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698