Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index dfe7b97743ea4001b33386a803411a98613d79f7..57404fefb5f24752dafea183127064fdba1cf75d 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -708,7 +708,7 @@ void ScriptCache::HandleWeakScript(v8::Isolate* isolate, |
script_cache->collected_scripts_.Add(id); |
// Clear the weak handle. |
- obj->Dispose(isolate); |
+ obj->Dispose(); |
} |