Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 56afaf8b267a4667f23db06391969ea5de9a48ac..702030cbf26a56bc650a3ee1b4d53b262e3bb761 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -2425,7 +2425,7 @@ void Document::implicitClose() |
// The call to dispatchWindowLoadEvent can detach the DOMWindow and cause it (and its |
// attached Document) to be destroyed. |
- RefPtr<DOMWindow> protectedWindow(this->domWindow()); |
+ RefPtrWillBeRawPtr<DOMWindow> protectedWindow(this->domWindow()); |
m_loadEventProgress = LoadEventInProgress; |