| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| index a81538a7137a27bc27c51ee0f462f31f7dec047a..e8c7fbcf8f6907f6642bd081ed23fdc71db53e4a 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| @@ -65,11 +65,6 @@ WebThread* TestingPlatformSupport::currentThread()
|
| return m_oldPlatform ? m_oldPlatform->currentThread() : nullptr;
|
| }
|
|
|
| -WebUnitTestSupport* TestingPlatformSupport::unitTestSupport()
|
| -{
|
| - return m_oldPlatform ? m_oldPlatform->unitTestSupport() : nullptr;
|
| -}
|
| -
|
| class TestingPlatformMockWebTaskRunner : public WebTaskRunner {
|
| WTF_MAKE_NONCOPYABLE(TestingPlatformMockWebTaskRunner);
|
| public:
|
|
|