| 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)
|
|
|