Index: src/contexts.cc |
diff --git a/src/contexts.cc b/src/contexts.cc |
index ea4730042fc468ed0623b9a0198a6e095411895c..63bb9cecce63006177c0ecc82c5a57f6f6ce8e7f 100644 |
--- a/src/contexts.cc |
+++ b/src/contexts.cc |
@@ -122,7 +122,7 @@ ScopeInfo* Context::scope_info() { |
String* Context::catch_name() { |
DCHECK(IsCatchContext()); |
- return String::cast(extension()); |
+ return String::cast(ContextExtension::cast(extension())->extension()); |
} |