| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index a5861c8046012cc6d067da0bf6839e50d56aef5b..6c8e656166c3251ea3d6978a30a6f45f6fa0899d 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -315,7 +315,6 @@ class AstGraphBuilder : public AstVisitor {
|
| TypeFeedbackId id, int slot_index);
|
|
|
| // Builders for accessing the function context.
|
| - Node* BuildLoadBuiltinsObject();
|
| Node* BuildLoadGlobalObject();
|
| Node* BuildLoadNativeContextField(int index);
|
| Node* BuildLoadGlobalProxy();
|
|
|