Index: third_party/WebKit/Source/core/dom/Node.h |
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h |
index ba1d0c7abe2e9c70a94e60968e6bcbf39338c6a6..481c99b28cad0f39e67d0e0ec15589ae1947ecfb 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.h |
+++ b/third_party/WebKit/Source/core/dom/Node.h |
@@ -740,8 +740,8 @@ protected: |
virtual void didMoveToNewDocument(Document& oldDocument); |
- bool addEventListenerInternal(const AtomicString& eventType, PassRefPtr<EventListener>, const EventListenerOptions&) override; |
- bool removeEventListenerInternal(const AtomicString& eventType, PassRefPtr<EventListener>, const EventListenerOptions&) override; |
+ bool addEventListenerInternal(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, const EventListenerOptions&) override; |
+ bool removeEventListenerInternal(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, const EventListenerOptions&) override; |
bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override; |
static void reattachWhitespaceSiblingsIfNeeded(Text* start); |