| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 3b6302d3ddcf86bd719df0d910e28314ddc3e684..4bbbc795059933626aefe5b0f3ff2c3c27e5a6b0 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -320,7 +320,6 @@ class AstGraphBuilder : public AstVisitor {
|
| Node* BuildLoadFeedbackVector();
|
|
|
| // Builder for accessing a (potentially immutable) object field.
|
| - Node* BuildLoadObjectField(Node* object, int offset);
|
| Node* BuildLoadImmutableObjectField(Node* object, int offset);
|
|
|
| // Builders for automatic type conversion.
|
|
|