| Index: third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| index a3016fb37e2de70b086681784dd4d616bfd93e0c..ce7c8ef5837fa7a885c21a5f9bd2f437ad57e300 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| @@ -25,7 +25,7 @@ protected:
|
|
|
| private:
|
| OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| - RefPtrWillBePersistent<HTMLDocument> m_document;
|
| + Persistent<HTMLDocument> m_document;
|
| };
|
|
|
| void LayoutThemeTest::SetUp()
|
|
|