Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
index fe0d33bda6dddbddbc12e9cf92ab871fa26e9989..bd80192f33a6aa19b9a305daf92d04a1ede17af9 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h |
@@ -25,7 +25,7 @@ private: |
}; |
class V8TestingScope { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
explicit V8TestingScope(v8::Isolate*); |
ScriptState* scriptState() const; |