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