Index: third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
index f4253c42c210565872221c56da59d36ffb391083..ef3bd0d564d56551217ad08d2ba6814836d26377 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
@@ -46,7 +46,7 @@ namespace blink { |
// from a V8 object. Instances of this class must not outlive V8's handle scope |
// because they hold a V8 value without putting it on persistent handles. |
class CORE_EXPORT Dictionary final { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
Dictionary(); |
Dictionary(const v8::Local<v8::Value>& options, v8::Isolate*, ExceptionState&); |