| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 4517b1f8704b19bab2ea2d492d75c5b26c8ace31..f7d3676e749abf8b3ac838f0994415095a1549ef 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -1268,8 +1268,6 @@ Handle<SharedFunctionInfo> Compiler::CompileScript(
|
| v8::Extension* extension, ScriptData** cached_data,
|
| ScriptCompiler::CompileOptions compile_options, NativesFlag natives) {
|
| Isolate* isolate = source->GetIsolate();
|
| - HistogramTimerScope total(isolate->counters()->compile_script(), true);
|
| -
|
| if (compile_options == ScriptCompiler::kNoCompileOptions) {
|
| cached_data = NULL;
|
| } else if (compile_options == ScriptCompiler::kProduceParserCache ||
|
|
|