Index: src/compiler/wasm-compiler.cc |
diff --git a/src/compiler/wasm-compiler.cc b/src/compiler/wasm-compiler.cc |
index 1f468573635bf5747ac46e32fbece64684aab5f9..a45c92ac772d8a64568d72e490a12bc965b77011 100644 |
--- a/src/compiler/wasm-compiler.cc |
+++ b/src/compiler/wasm-compiler.cc |
@@ -2722,7 +2722,7 @@ static void RecordFunctionCompilation(Logger::LogEventsAndTags tag, |
Handle<SharedFunctionInfo> shared = |
isolate->factory()->NewSharedFunctionInfo(name_str, code, false); |
PROFILE(isolate, CodeCreateEvent(tag, AbstractCode::cast(*code), *shared, |
- info, *script_str, 0, 0)); |
+ *script_str, 0, 0)); |
} |
} |