Chromium Code Reviews| Index: Source/core/events/EventTarget.h |
| diff --git a/Source/core/events/EventTarget.h b/Source/core/events/EventTarget.h |
| index 1e60b32ba223eda981d840caf7b50b73e5f578d8..9e68b06f25784fb1175b2ec54231bdb5f9fea2f3 100644 |
| --- a/Source/core/events/EventTarget.h |
| +++ b/Source/core/events/EventTarget.h |
| @@ -139,6 +139,8 @@ public: |
| virtual void trace(Visitor*) { } |
| + virtual bool keepEventInShadowDOM(Event*) { return false; }; |
| + |
| protected: |
| EventTarget(); |
| virtual ~EventTarget(); |