| Index: src/ic/handler-compiler.cc
|
| diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc
|
| index 4fd61b4f41cfc65bb6a431f9ffcf906a0b3b75d7..15dc941503e8309798b78ea47f2ba01ec2fa8465 100644
|
| --- a/src/ic/handler-compiler.cc
|
| +++ b/src/ic/handler-compiler.cc
|
| @@ -74,7 +74,7 @@ Handle<Code> PropertyHandlerCompiler::GetCode(Code::Kind kind,
|
| Handle<Name> name) {
|
| Code::Flags flags = Code::ComputeHandlerFlags(kind, type, cache_holder());
|
| Handle<Code> code = GetCodeWithFlags(flags, name);
|
| - PROFILE(isolate(), CodeCreateEvent(Logger::STUB_TAG, *code, *name));
|
| + PROFILE(isolate(), CodeCreateEvent(Logger::HANDLER_TAG, *code, *name));
|
| #ifdef DEBUG
|
| code->VerifyEmbeddedObjects();
|
| #endif
|
|
|