| Index: third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| index 70a44985b739d4875cddc61a020c5194ba5c7b67..deaabb859dd01f93374b742d958dabba827387ee 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| @@ -58,7 +58,7 @@ public:
|
|
|
| class StubFrameLoaderClient : public EmptyFrameLoaderClient {
|
| public:
|
| - static PassOwnPtrWillBeRawPtr<StubFrameLoaderClient> create()
|
| + static RawPtr<StubFrameLoaderClient> create()
|
| {
|
| return adoptPtrWillBeNoop(new StubFrameLoaderClient);
|
| }
|
| @@ -93,7 +93,7 @@ protected:
|
| }
|
|
|
| OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| - RefPtrWillBePersistent<HTMLVideoElement> m_video;
|
| + Persistent<HTMLVideoElement> m_video;
|
| };
|
|
|
| TEST_F(HTMLVideoElementTest, setBufferingStrategy_NonUserPause)
|
|
|