| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| index 1f8166390d02c7f5dcd99735745ab718f902001f..2122f02bbaa7a0faa4d29235853934a9ab73cf8a 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| @@ -194,7 +194,7 @@ class TestingPlatformSupportWithMockScheduler : public TestingPlatformSupport {
|
| // }
|
| template <class T, typename... Args>
|
| class ScopedTestingPlatformSupport final {
|
| - STACK_ALLOCATED();
|
| + WTF_MAKE_NONCOPYABLE(ScopedTestingPlatformSupport);
|
|
|
| public:
|
| explicit ScopedTestingPlatformSupport(Args&&... args) {
|
|
|