| Index: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| index dfdd028b74668c5a59270212f88b0c88b4d94e87..108bf981925401112d96e322857cda0546a03968 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| @@ -69,7 +69,7 @@ inline void setObjectGroup(v8::Isolate* isolate, ScriptWrappable* scriptWrappabl
|
| // v8 objects. Each v8 bindings class has exactly one static WrapperTypeInfo member, so
|
| // comparing pointers is a safe way to determine if types match.
|
| struct WrapperTypeInfo {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| enum WrapperTypePrototype {
|
| WrapperTypeObjectPrototype,
|
| WrapperTypeExceptionPrototype,
|
|
|