| 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 94c2e7cfb7491f5d45ed621acca36654d407852d..810f287d7aa5cb978620b5a77c3242221b310403 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| @@ -127,8 +127,7 @@ public:
|
|
|
| WebTaskRunner* clone() override
|
| {
|
| - ASSERT_NOT_REACHED();
|
| - return nullptr;
|
| + return new TestingPlatformMockWebTaskRunner(m_tasks);
|
| }
|
|
|
| private:
|
|
|