Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index b23247b907c86eda9aa2c633acfea58356494a41..6c94b6542a26b423aefbf8074da7764e987757d2 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -154,7 +154,7 @@ class AstGraphBuilder : public StructuredGraphBuilder, public AstVisitor { |
LoopAssignmentAnalysis* loop_assignment_analysis_; |
CompilationInfo* info() const { return info_; } |
- inline StrictMode strict_mode() const; |
+ inline LanguageMode language_mode() const; |
JSGraph* jsgraph() { return jsgraph_; } |
JSOperatorBuilder* javascript() { return jsgraph_->javascript(); } |
ZoneVector<Handle<Object>>* globals() { return &globals_; } |