| Index: src/profiler/profile-generator-inl.h
|
| diff --git a/src/profiler/profile-generator-inl.h b/src/profiler/profile-generator-inl.h
|
| index c2e98cc4c80a07ed1416277658855bfdd6b5ba57..e8205c72125cca7f17074d8dafddca6f5988bcbd 100644
|
| --- a/src/profiler/profile-generator-inl.h
|
| +++ b/src/profiler/profile-generator-inl.h
|
| @@ -43,6 +43,7 @@ ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
|
| inline unsigned ProfileNode::function_id() const {
|
| return tree_->GetFunctionId(this);
|
| }
|
| -} } // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_PROFILER_PROFILE_GENERATOR_INL_H_
|
|
|