| Index: third_party/WebKit/Source/core/inspector/EventListenerInfo.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/EventListenerInfo.h b/third_party/WebKit/Source/core/inspector/EventListenerInfo.h
|
| index ca00c5c3ff961190c63dc219ba20dea76dc2be75..21e05ffb96dde6fa6fd75a41664d652246f5bd08 100644
|
| --- a/third_party/WebKit/Source/core/inspector/EventListenerInfo.h
|
| +++ b/third_party/WebKit/Source/core/inspector/EventListenerInfo.h
|
| @@ -18,7 +18,7 @@ class ExecutionContext;
|
| class InjectedScriptManager;
|
|
|
| class EventListenerInfo {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| EventListenerInfo(EventTarget* eventTarget, const AtomicString& eventType, const EventListenerVector& eventListenerVector)
|
| : eventTarget(eventTarget)
|
|
|