| Index: src/runtime/runtime-test.cc
|
| diff --git a/src/runtime/runtime-test.cc b/src/runtime/runtime-test.cc
|
| index aaa992daa6bd62854724a8051445d7cc3e5836c8..3079ff67c54bc4545db505e249fcb6f934324da3 100644
|
| --- a/src/runtime/runtime-test.cc
|
| +++ b/src/runtime/runtime-test.cc
|
| @@ -546,8 +546,7 @@ RUNTIME_FUNCTION(Runtime_NativeScriptsCount) {
|
| return Smi::FromInt(Natives::GetBuiltinsCount());
|
| }
|
|
|
| -
|
| -// Returns V8 version as a string.
|
| +// TODO(5510): remove this.
|
| RUNTIME_FUNCTION(Runtime_GetV8Version) {
|
| HandleScope scope(isolate);
|
| DCHECK(args.length() == 0);
|
|
|