| Index: src/runtime/runtime-object.cc
|
| diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc
|
| index b3b917b03ab2eafc8bebc5a9d212517b4d250ea9..ba6759720b1c1047cbc7f8d5db85fa8e7a1b3f33 100644
|
| --- a/src/runtime/runtime-object.cc
|
| +++ b/src/runtime/runtime-object.cc
|
| @@ -148,6 +148,7 @@ RUNTIME_FUNCTION(Runtime_GetPrototype) {
|
| }
|
|
|
|
|
| +// Set the [[Prototype]] internal slot of an object.
|
| RUNTIME_FUNCTION(Runtime_InternalSetPrototype) {
|
| HandleScope scope(isolate);
|
| DCHECK(args.length() == 2);
|
|
|