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