Index: src/codegen.cc |
diff --git a/src/codegen.cc b/src/codegen.cc |
index f46269fe97ab05a7991f742ba66fe4b2624af286..99a6c013b59ce42bc636e228e01193a1427ae27f 100644 |
--- a/src/codegen.cc |
+++ b/src/codegen.cc |
@@ -302,7 +302,7 @@ Handle<JSFunction> CodeGenerator::BuildBoilerplate(FunctionLiteral* node) { |
} |
// Function compilation complete. |
- LOG(CodeCreateEvent("Function", *code, *node->name())); |
+ LOG(CodeCreateEvent(Logger::FUNCTION_TAG, *code, *node->name())); |
#ifdef ENABLE_OPROFILE_AGENT |
OProfileAgent::CreateNativeCodeRegion(*node->name(), |