Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/WebKit/Source/core/dom/UserActionElementSet.h

Issue 1406923009: Rename DISALLOW_ALLOCATION and ALLOW_ONLY_INLINE_ALLOCATION (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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); }
« no previous file with comments | « third_party/WebKit/Source/core/dom/TextLinkColors.h ('k') | third_party/WebKit/Source/core/dom/ViewportDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698