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