| Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| index 5357af90624c2b9c1b96090d54e96c50dc84b0dd..f782165a96ed8739caa56cceb63d11afa530737b 100644
|
| --- a/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| @@ -852,7 +852,7 @@ void WebFrameImpl::collectGarbage()
|
| return;
|
| if (!frame()->settings()->isScriptEnabled())
|
| return;
|
| - V8GCController::collectGarbage();
|
| + V8GCController::collectGarbage(v8::Isolate::GetCurrent());
|
| }
|
|
|
| bool WebFrameImpl::checkIfRunInsecureContent(const WebURL& url) const
|
|
|