Index: src/ast/ast.cc |
diff --git a/src/ast/ast.cc b/src/ast/ast.cc |
index 5705c700579cb6e3d2080a78e84bf0c4ab2add72..5b98e3165447f69f292b898139d85d8ab5161b6c 100644 |
--- a/src/ast/ast.cc |
+++ b/src/ast/ast.cc |
@@ -51,6 +51,7 @@ static const char* NameForNativeContextIntrinsicIndex(uint32_t idx) { |
void AstNode::Print() { Print(Isolate::Current()); } |
void AstNode::Print(Isolate* isolate) { |
+ AllowHandleDereference allow_deref; |
AstPrinter::PrintOut(isolate, this); |
} |