Index: Source/web/WebLocalFrameImpl.h |
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h |
index 262f35a957ee2257c46a343b1731ce974e57b763..1ae010cd2e9695a5828ac9adf9761c043338920b 100644 |
--- a/Source/web/WebLocalFrameImpl.h |
+++ b/Source/web/WebLocalFrameImpl.h |
@@ -313,7 +313,7 @@ public: |
// Invalidates both content area and the scrollbar. |
void invalidateAll() const; |
- void initializeAsChildFrame(WebCore::FrameHost*, WebCore::FrameOwner*, const AtomicString& name, const AtomicString& fallbackName); |
+ PassRefPtr<WebCore::LocalFrame> initializeAsChildFrame(WebCore::FrameHost*, WebCore::FrameOwner*, const AtomicString& name, const AtomicString& fallbackName); |
private: |
friend class FrameLoaderClientImpl; |