Index: src/profiler/profile-generator-inl.h |
diff --git a/src/profiler/profile-generator-inl.h b/src/profiler/profile-generator-inl.h |
index 85edce2663b318638032c70ce6bd419ef40924d2..0bb17e2eeed2c4ac1559a722c8e310730689402b 100644 |
--- a/src/profiler/profile-generator-inl.h |
+++ b/src/profiler/profile-generator-inl.h |
@@ -10,7 +10,7 @@ |
namespace v8 { |
namespace internal { |
-CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, const char* name, |
+CodeEntry::CodeEntry(CodeEventListener::LogEventsAndTags tag, const char* name, |
const char* name_prefix, const char* resource_name, |
int line_number, int column_number, |
JITLineInfoTable* line_info, Address instruction_start) |
@@ -29,7 +29,6 @@ CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, const char* name, |
line_info_(line_info), |
instruction_start_(instruction_start) {} |
- |
ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry) |
: tree_(tree), |
entry_(entry), |