| Index: third_party/WebKit/Source/core/events/Event.h
|
| diff --git a/third_party/WebKit/Source/core/events/Event.h b/third_party/WebKit/Source/core/events/Event.h
|
| index e2074dd1a552b65efdc6b9c0d7419c24aae861ac..0024de2ecc13a1c92806913ed1545b41427c10f7 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.h
|
| +++ b/third_party/WebKit/Source/core/events/Event.h
|
| @@ -281,6 +281,8 @@ class CORE_EXPORT Event : public GarbageCollectedFinalized<Event>,
|
|
|
| PassiveMode handlingPassive() const { return m_handlingPassive; }
|
|
|
| + virtual bool shouldLogPassiveDevtoolsWarning() const { return true; }
|
| +
|
| private:
|
| enum EventPathMode { EmptyAfterDispatch, NonEmptyAfterDispatch };
|
|
|
|
|