| Index: third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h b/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| index 7f1cabc0d3a17c9bc4fccf667c56b06d3eaa6c60..abac44750d9626523d021af0eb9b0beddc248035 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h
|
| @@ -43,7 +43,7 @@ enum IDBKeyPathParseError {
|
| MODULES_EXPORT void IDBParseKeyPath(const String&, Vector<String>&, IDBKeyPathParseError&);
|
|
|
| class MODULES_EXPORT IDBKeyPath {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| IDBKeyPath() : m_type(NullType) { }
|
| explicit IDBKeyPath(const String&);
|
|
|