| Index: Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
|
| index f3b2b55026b425195e064d70d5bab7fc149535f7..bad366b910d7ee46fb9b5b8090113d05c9e42e0c 100644
|
| --- a/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -135,12 +135,6 @@ void FrameLoaderClientImpl::documentElementAvailable()
|
| m_webFrame->client()->didCreateDocumentElement(m_webFrame);
|
| }
|
|
|
| -void FrameLoaderClientImpl::didExhaustMemoryAvailableForScript()
|
| -{
|
| - if (m_webFrame->client())
|
| - m_webFrame->client()->didExhaustMemoryAvailableForScript(m_webFrame);
|
| -}
|
| -
|
| void FrameLoaderClientImpl::didCreateScriptContext(v8::Handle<v8::Context> context, int extensionGroup, int worldId)
|
| {
|
| WebViewImpl* webview = m_webFrame->viewImpl();
|
|
|