| Index: third_party/WebKit/Source/core/dom/UserActionElementSet.h
|
| diff --git a/third_party/WebKit/Source/core/dom/UserActionElementSet.h b/third_party/WebKit/Source/core/dom/UserActionElementSet.h
|
| index faa075a9c26b57c751b090627b4360c9ec6115d1..815ec65dbb51231517e6cd72fdec5bda0abc6a62 100644
|
| --- a/third_party/WebKit/Source/core/dom/UserActionElementSet.h
|
| +++ b/third_party/WebKit/Source/core/dom/UserActionElementSet.h
|
| @@ -38,7 +38,7 @@ class Node;
|
| class Element;
|
|
|
| class UserActionElementSet final {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| bool isFocused(const Node* node) { return hasFlags(node, IsFocusedFlag); }
|
| bool isActive(const Node* node) { return hasFlags(node, IsActiveFlag); }
|
|
|