Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 4af2194ea5f7455a6c0e7b2166b53755cc294130..efba8e585380f6d5e6306030bdeefabf129dc27b 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -612,7 +612,6 @@ void ScriptCache::Add(Handle<Script> script) { |
ASSERT(*script == *reinterpret_cast<Script**>(entry->value)); |
return; |
} |
- |
// Globalize the script object, make it weak and use the location of the |
// global handle as the value in the hash map. |
Handle<Script> script_ = |