| Index: Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
|
| index 254645e8f83b23c9250a7bb26f462da8a436243d..ad753c8403aec3dd6d65b403cb08cfba0106e3b5 100644
|
| --- a/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -809,4 +809,10 @@ void FrameLoaderClientImpl::didStopAllLoaders()
|
| m_webFrame->client()->didAbortLoading(m_webFrame);
|
| }
|
|
|
| +void FrameLoaderClientImpl::dispatchDidChangeManifest()
|
| +{
|
| + if (m_webFrame->client())
|
| + m_webFrame->client()->didChangeManifest(m_webFrame);
|
| +}
|
| +
|
| } // namespace blink
|
|
|