| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index a5823c0a3888052767500fa0f3780af51118c7af..861bd5baa36e8320be889c47e1135e32c6b9f23e 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -88,7 +88,6 @@ class AstGraphBuilder : public StructuredGraphBuilder, public AstVisitor {
|
| Node* BuildLoadBuiltinsObject();
|
| Node* BuildLoadGlobalObject();
|
| Node* BuildLoadClosure();
|
| - Node* BuildLoadObjectField(Node* object, int offset);
|
|
|
| // Builders for automatic type conversion.
|
| Node* BuildToBoolean(Node* value);
|
|
|