Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index 303189d096051d5b1edae4b55a329b965e1e51ac..6422f9a1135671e1d4884a021a210d987f1100ab 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -413,7 +413,7 @@ bool DebuggerStatement::IsInlineable() const { |
bool Throw::IsInlineable() const { |
- return true; |
+ return exception()->IsInlineable(); |
} |