Index: Source/modules/presentation/PresentationSession.h |
diff --git a/Source/modules/presentation/PresentationSession.h b/Source/modules/presentation/PresentationSession.h |
index db0804418ab9c6250aaa8ae49b488f9d8b605afc..97f6fe43759f76ebff8ed70addcccdb1291a394b 100644 |
--- a/Source/modules/presentation/PresentationSession.h |
+++ b/Source/modules/presentation/PresentationSession.h |
@@ -42,6 +42,7 @@ public: |
// EventTarget implementation. |
const AtomicString& interfaceName() const override; |
ExecutionContext* executionContext() const override; |
+ bool addEventListener(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, bool capture) override; |
DECLARE_VIRTUAL_TRACE(); |