Index: src/runtime/runtime-function.cc |
diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc |
index 6283f1ee800c8cd2cbda1e6907ca92e2facb96b2..63008d5b42aeeb33532f45235aca9ceb3723e33a 100644 |
--- a/src/runtime/runtime-function.cc |
+++ b/src/runtime/runtime-function.cc |
@@ -171,6 +171,7 @@ RUNTIME_FUNCTION(Runtime_FunctionSetLength) { |
} |
+// Set the "prototype" property of a constructor Function. |
RUNTIME_FUNCTION(Runtime_FunctionSetPrototype) { |
HandleScope scope(isolate); |
DCHECK(args.length() == 2); |