| Index: third_party/WebKit/Source/core/html/canvas/CanvasFontCacheTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasFontCacheTest.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasFontCacheTest.cpp
|
| index e643b447daeba4ebdcd98c8f9db3127a6ab424bc..462df0ede60b81d6be5f8a023c9163f74b8e1e96 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasFontCacheTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasFontCacheTest.cpp
|
| @@ -31,8 +31,8 @@ protected:
|
|
|
| private:
|
| OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| - RefPtrWillBePersistent<HTMLDocument> m_document;
|
| - RefPtrWillBePersistent<HTMLCanvasElement> m_canvasElement;
|
| + Persistent<HTMLDocument> m_document;
|
| + Persistent<HTMLCanvasElement> m_canvasElement;
|
| };
|
|
|
| CanvasFontCacheTest::CanvasFontCacheTest()
|
|
|