Index: src/frames.cc |
diff --git a/src/frames.cc b/src/frames.cc |
index c8011236718dde6da974fc6912d061b64c79a41a..9fb182026536a3178a649f737826992bb685c570 100644 |
--- a/src/frames.cc |
+++ b/src/frames.cc |
@@ -789,7 +789,7 @@ void JavaScriptFrame::PrintTop(FILE* file, |
ROBUST_STRING_TRAVERSAL); |
PrintF(file, " at %s:%d", *c_script_name, line); |
} else { |
- PrintF(file, "at <unknown>:%d", line); |
+ PrintF(file, " at <unknown>:%d", line); |
} |
} else { |
PrintF(file, " at <unknown>:<unknown>"); |