| Index: third_party/WebKit/Source/core/events/PointerIdManager.h
|
| diff --git a/third_party/WebKit/Source/core/events/PointerIdManager.h b/third_party/WebKit/Source/core/events/PointerIdManager.h
|
| index 0eba3f48b459bcb582ddfc4a5baa759cad4f1eee..b3e01343bf4fefc6cbcc68ac76172fe634b890a1 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerIdManager.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerIdManager.h
|
| @@ -15,7 +15,7 @@ namespace blink {
|
| Helper class for tracking the primary pointer id for each type of PointerEvents.
|
| */
|
| class PointerIdManager {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| PointerIdManager();
|
| ~PointerIdManager();
|
|
|