Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index cb14a36c8fbe4d974c1b9fa0ae69a21f5bfa5f8b..4ab2403e56f0a0cc9d9345e51e0a233a260ff21c 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -639,7 +639,7 @@ Handle<String> Execution::GetStackTraceLine(Handle<Object> recv, |
} |
-void StackGuard::CheckAndHandleGCInterrupt() { |
+void StackGuard::HandleGCInterrupt() { |
if (CheckAndClearInterrupt(GC_REQUEST)) { |
isolate_->heap()->HandleGCRequest(); |
} |