Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index 1a13ed7e7221e3099987f5358fd2ea2dcda11ad3..864bbed24e9431c22b7a1889a56650c21e03615c 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -222,7 +222,7 @@ FloatSize LocalFrame::resizePageRectsKeepingRatio(const FloatSize& originalSize, |
return resultSize; |
} |
-void LocalFrame::setDOMWindow(PassRefPtr<DOMWindow> domWindow) |
+void LocalFrame::setDOMWindow(PassRefPtrWillBeRawPtr<DOMWindow> domWindow) |
{ |
InspectorInstrumentation::frameWindowDiscarded(this, m_domWindow.get()); |
if (domWindow) |