Index: src/ic/handler-compiler.cc |
diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc |
index a30e8e5ea37aa06ce969ff222b522cc08d1e3065..a8dfbb85e127361fecc05660b1d47b57f5b175fd 100644 |
--- a/src/ic/handler-compiler.cc |
+++ b/src/ic/handler-compiler.cc |
@@ -9,7 +9,6 @@ |
#include "src/ic/ic-inl.h" |
#include "src/ic/ic.h" |
#include "src/isolate-inl.h" |
-#include "src/profiler/cpu-profiler.h" |
namespace v8 { |
namespace internal { |
@@ -79,7 +78,7 @@ Handle<Code> PropertyHandlerCompiler::GetCode(Code::Kind kind, |
Handle<Name> name) { |
Code::Flags flags = Code::ComputeHandlerFlags(kind, cache_holder()); |
Handle<Code> code = GetCodeWithFlags(flags, name); |
- PROFILE(isolate(), CodeCreateEvent(Logger::HANDLER_TAG, |
+ PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG, |
AbstractCode::cast(*code), *name)); |
#ifdef DEBUG |
code->VerifyEmbeddedObjects(); |