Chromium Code Reviews| 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 { |
|
Takashi Toyoshima
2017/01/19 05:40:14
Same with https://codereview.chromium.org/26457330
|
| - STACK_ALLOCATED(); |
| + WTF_MAKE_NONCOPYABLE(ScopedTestingPlatformSupport); |
| public: |
| explicit ScopedTestingPlatformSupport(Args&&... args) { |