Index: src/scopes.cc |
diff --git a/src/scopes.cc b/src/scopes.cc |
index 4a6d0a7fae2f4e2b2a2d01913d9ae6b07b2f56b0..d0ee8ec7f21af11758a2cb3c49dcf9f8a2aa6b18 100644 |
--- a/src/scopes.cc |
+++ b/src/scopes.cc |
@@ -808,7 +808,7 @@ void Scope::Print(int n) { |
PrintF(")"); |
} |
- PrintF(" {\n"); |
+ PrintF(" { // (%d, %d)\n", start_position(), end_position()); |
// Function name, if any (named function literals, only). |
if (function_ != NULL) { |