Index: Source/web/WebFrameImpl.cpp |
diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
index 29678771db2c0a169a957b96025355c7449d9bfa..89eee4be4e46a16875997270d3db8409662874c4 100644 |
--- a/Source/web/WebFrameImpl.cpp |
+++ b/Source/web/WebFrameImpl.cpp |
@@ -826,7 +826,7 @@ void WebFrameImpl::collectGarbage() |
{ |
if (!frame()) |
return; |
- if (!frame()->settings()->isScriptEnabled()) |
+ if (!frame()->settings()->scriptEnabled()) |
return; |
V8GCController::collectGarbage(v8::Isolate::GetCurrent()); |
} |