| Index: Source/core/layout/LayoutTableRowTest.cpp
|
| diff --git a/Source/core/layout/LayoutTableRowTest.cpp b/Source/core/layout/LayoutTableRowTest.cpp
|
| index 6438a01f27ddeb4f053daa62b96765c871fe0e57..076076d81d08563adac94878bd5ae897b2075c06 100644
|
| --- a/Source/core/layout/LayoutTableRowTest.cpp
|
| +++ b/Source/core/layout/LayoutTableRowTest.cpp
|
| @@ -51,7 +51,7 @@ protected:
|
| }
|
|
|
| OwnPtr<DummyPageHolder> m_pageHolder;
|
| - RawPtrWillBePersistent<LayoutTableRow> m_row;
|
| + LayoutTableRow* m_row;
|
| };
|
|
|
| TEST_F(LayoutTableRowDeathTest, CanSetRow)
|
|
|