Index: src/mips64/full-codegen-mips64.cc |
diff --git a/src/mips64/full-codegen-mips64.cc b/src/mips64/full-codegen-mips64.cc |
index 81d7675120ec4a41c07585f1a077560fc8a793c7..96c58979f5ae9c3ccb717a55e8461a1495b33295 100644 |
--- a/src/mips64/full-codegen-mips64.cc |
+++ b/src/mips64/full-codegen-mips64.cc |
@@ -1741,7 +1741,7 @@ void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) { |
__ push(a0); |
VisitForStackValue(value); |
if (property->emit_store()) { |
- __ CallRuntime(Runtime::kSetPrototype, 2); |
+ __ CallRuntime(Runtime::kInternalSetPrototype, 2); |
} else { |
__ Drop(2); |
} |