Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index b14ede18a457b1d88b9f93d051a0876d1eee6315..f4d8ce8ae4ff756aac3741a22ede7aa86609c4ab 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -66,7 +66,7 @@ Handle<Code> CodeStub::GetCode() { |
// Add unresolved entries in the code to the fixup list. |
Bootstrapper::AddFixup(*code, &masm); |
- LOG(CodeCreateEvent("Stub", *code, GetName())); |
+ LOG(CodeCreateEvent(Logger::STUB_TAG, *code, GetName())); |
Counters::total_stubs_code_size.Increment(code->instruction_size()); |
#ifdef ENABLE_DISASSEMBLER |