Chromium Code Reviews

Unified Diff: Source/core/layout/LayoutTableCellTest.cpp

Issue 869323003: Oilpan: move RenderObjects off heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review-induced improvements Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/layout/LayoutTableCol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTableCellTest.cpp
diff --git a/Source/core/layout/LayoutTableCellTest.cpp b/Source/core/layout/LayoutTableCellTest.cpp
index 19c9a53033fc77e3bd02fdc95d80e42148e83f00..b845eae2d70201022675575c601928a546d81c6c 100644
--- a/Source/core/layout/LayoutTableCellTest.cpp
+++ b/Source/core/layout/LayoutTableCellTest.cpp
@@ -45,7 +45,7 @@ protected:
m_cell->destroy();
}
- RawPtrWillBePersistent<LayoutTableCell> m_cell;
+ LayoutTableCell* m_cell;
};
TEST_F(LayoutTableCellDeathTest, CanSetColumn)
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/layout/LayoutTableCol.h » ('j') | no next file with comments »

Powered by Google App Engine