Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 69d406051952d7678b83ff5e54bfd9ae74c3679d..81aa69ba996a4db5ccb37b13f4002a1691fb8629 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -3802,7 +3802,7 @@ void Document::didSplitTextNode(Text& oldNode) |
// FIXME: This should update markers for spelling and grammar checking. |
} |
-void Document::setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener) |
+void Document::setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener> listener) |
{ |
LocalDOMWindow* domWindow = this->domWindow(); |
if (!domWindow) |