| Index: third_party/WebKit/Source/bindings/core/v8/V8PersistentValueVector.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PersistentValueVector.h b/third_party/WebKit/Source/bindings/core/v8/V8PersistentValueVector.h
|
| index be71875098c1f7ee06bed237697c7646a0e3dad0..b54abe547ce5d9a3bdee3299743fc3bd8bb1a8c9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PersistentValueVector.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PersistentValueVector.h
|
| @@ -70,7 +70,7 @@ public:
|
|
|
| template<class ValueType>
|
| class V8PersistentValueVector : public v8::PersistentValueVector<ValueType, WTFVectorPersistentValueVectorTraits> {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| explicit V8PersistentValueVector(v8::Isolate* isolate) : v8::PersistentValueVector<ValueType, WTFVectorPersistentValueVectorTraits>(isolate) { }
|
| };
|
|
|