| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index a6986fbbd13a045653bf64327d0fbf56243ba4cf..0139261081e7157b4aa51ea407fe7047b8e0a2a6 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -242,9 +242,6 @@ class AstGraphBuilder : public AstVisitor {
|
| // resulting node. The operand stack height remains the same, variables and
|
| // other dependencies tracked by the environment might be mutated though.
|
|
|
| - // Builder to create a receiver check for sloppy mode.
|
| - Node* BuildPatchReceiverToGlobalProxy(Node* receiver);
|
| -
|
| // Builders to create local function, script and block contexts.
|
| Node* BuildLocalActivationContext(Node* context);
|
| Node* BuildLocalFunctionContext(Scope* scope);
|
|
|