| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 647a00b0bf3b25384bfd6c0c9b7a01eec1718161..50a3720c58e9c333e8ce6bb373b28568711b9988 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -942,7 +942,7 @@ void AstGraphBuilder::VisitObjectLiteral(ObjectLiteral* expr) {
|
| Node* receiver = environment()->Pop();
|
| if (property->emit_store()) {
|
| const Operator* op =
|
| - javascript()->CallRuntime(Runtime::kSetPrototype, 2);
|
| + javascript()->CallRuntime(Runtime::kInternalSetPrototype, 2);
|
| NewNode(op, receiver, value);
|
| }
|
| break;
|
|
|