| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| index 14660834a6d0f2371470c29a5f40805a01a9c154..cf7e4daa945924d6f1039577941a555c42182fda 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -85,7 +85,7 @@ public:
|
| if (m_client->isLoading())
|
| Platform::current()->currentThread()->taskRunner()->postTask(BLINK_FROM_HERE, new ServeAsyncRequestsTask(m_client));
|
| else
|
| - Platform::current()->unitTestSupport()->exitRunLoop();
|
| + testing::exitRunLoop();
|
| }
|
|
|
| private:
|
| @@ -95,7 +95,7 @@ private:
|
| void pumpPendingRequests(WebFrame* frame)
|
| {
|
| Platform::current()->currentThread()->taskRunner()->postTask(BLINK_FROM_HERE, new ServeAsyncRequestsTask(testClientForFrame(frame)));
|
| - Platform::current()->unitTestSupport()->enterRunLoop();
|
| + testing::enterRunLoop();
|
| }
|
|
|
| class LoadTask : public WebTaskRunner::Task {
|
|
|