| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 4845a66794e65bdd175f45e322f90c64204b9615..cb564d83d696abd08071abe0883285ff8188acca 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -118,7 +118,7 @@ class AstGraphBuilder : public AstVisitor {
|
| ContextScope* execution_context() const { return execution_context_; }
|
| CommonOperatorBuilder* common() const { return jsgraph_->common(); }
|
| CompilationInfo* info() const { return info_; }
|
| - StrictMode strict_mode() const;
|
| + LanguageMode language_mode() const;
|
| JSGraph* jsgraph() { return jsgraph_; }
|
| Graph* graph() { return jsgraph_->graph(); }
|
| Zone* graph_zone() { return graph()->zone(); }
|
|
|