Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index b862c51b0f26a5308f5bbe1266b0b21f6cf31c33..d0b201905b0f7a4d025f0a3b2395217aa26f77cf 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -611,7 +611,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_ = |