Chromium Code Reviews| Index: src/compiler.cc |
| =================================================================== |
| --- src/compiler.cc (revision 3577) |
| +++ src/compiler.cc (working copy) |
| @@ -538,7 +538,7 @@ |
| LOG(CodeCreateEvent(Logger::FUNCTION_TAG, *code, *literal->name())); |
| #ifdef ENABLE_OPROFILE_AGENT |
| - OProfileAgent::CreateNativeCodeRegion(*node->name(), |
| + OProfileAgent::CreateNativeCodeRegion(*literal->name(), |
| code->instruction_start(), |
| code->instruction_size()); |
| #endif |