Index: src/d8.cc |
diff --git a/src/d8.cc b/src/d8.cc |
index 356a64b2dcae1820339b7309c4e395a9d91b323e..d0dfbbb364b3a2faa7a12e620dc0c3e215eec6d0 100644 |
--- a/src/d8.cc |
+++ b/src/d8.cc |
@@ -332,7 +332,6 @@ void Shell::PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args) { |
Isolate* v8_isolate = args.GetIsolate(); |
i::Heap* heap = reinterpret_cast<i::Isolate*>(v8_isolate)->heap(); |
args.GetReturnValue().Set(heap->synthetic_time()); |
- |
} else { |
base::TimeDelta delta = |
base::TimeTicks::HighResolutionNow() - kInitialTicks; |