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

Unified Diff: third_party/WebKit/Source/core/events/EventListenerMap.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/events/EventListenerMap.h
diff --git a/third_party/WebKit/Source/core/events/EventListenerMap.h b/third_party/WebKit/Source/core/events/EventListenerMap.h
index 027efb9ce023101e69a39b3c1b76302d6b5aabdd..808b10a7b2f9435ec66313da7bd737c864f99849 100644
--- a/third_party/WebKit/Source/core/events/EventListenerMap.h
+++ b/third_party/WebKit/Source/core/events/EventListenerMap.h
@@ -48,7 +48,7 @@ using EventListenerVector = WillBeHeapVector<RegisteredEventListener, 1>;
class CORE_EXPORT EventListenerMap {
WTF_MAKE_NONCOPYABLE(EventListenerMap);
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
EventListenerMap();

Powered by Google App Engine
This is Rietveld 408576698