| Index: Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
|
| index f76882975b9aa0a6081406973539e328c9e50581..5771fdb2603ff7c8c1432ba99ebe519a46e82846 100644
|
| --- a/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -108,6 +108,12 @@ FrameLoaderClientImpl::~FrameLoaderClientImpl()
|
| {
|
| }
|
|
|
| +void FrameLoaderClientImpl::didCreateNewDocument()
|
| +{
|
| + if (m_webFrame->client())
|
| + m_webFrame->client()->didCreateNewDocument(m_webFrame);
|
| +}
|
| +
|
| void FrameLoaderClientImpl::dispatchDidClearWindowObjectInMainWorld()
|
| {
|
| if (m_webFrame->client()) {
|
|
|