Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index a785d2fc690a2e2fcb1b14d43c6141a59d3ce916..a2cd26f1b2e12f790c1ee40b176948d36692c66b 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -100,6 +100,7 @@ class AstGraphBuilder : public StructuredGraphBuilder, public AstVisitor { |
// Builders for error reporting at runtime. |
Node* BuildThrowReferenceError(Variable* var, BailoutId bailout_id); |
+ Node* BuildThrowConstAssignError(BailoutId bailout_id); |
// Builders for dynamic hole-checks at runtime. |
Node* BuildHoleCheckSilent(Node* value, Node* for_hole, Node* not_hole); |