| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 8668dd20dee17af73c1de393abae62a90f05e65d..65b8cc3e83a8967f0af6820d5cf50e09074d9399 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -3806,7 +3806,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)
|
|
|