Chromium Code Reviews| Index: Source/core/frame/Frame.cpp |
| diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp |
| index 3502201f9bd31c2f21081b6b8ed3daa46ea79968..f0e9ee750cf512ad87c65aaea8271635f279a487 100644 |
| --- a/Source/core/frame/Frame.cpp |
| +++ b/Source/core/frame/Frame.cpp |
| @@ -125,7 +125,7 @@ Settings* Frame::settings() const |
| return 0; |
| } |
| -void Frame::setDOMWindow(PassRefPtr<DOMWindow> domWindow) |
| +void Frame::setDOMWindow(PassRefPtrWillBeRawPtr<DOMWindow> domWindow) |
| { |
| if (m_domWindow) |
| m_domWindow->reset(); |