Chromium Code Reviews| Index: src/code-stubs.cc |
| =================================================================== |
| --- src/code-stubs.cc (revision 353) |
| +++ src/code-stubs.cc (working copy) |
| @@ -65,7 +65,7 @@ |
| // Add unresolved entries in the code to the fixup list. |
| Bootstrapper::AddFixup(*code, &masm); |
| - LOG(CodeCreateEvent(GetName(), *code, "")); |
| + LOG(CodeCreateEvent("Stub", *code, GetName())); |
| Counters::total_stubs_code_size.Increment(code->instruction_size()); |
| #ifdef DEBUG |