| Index: src/profiler/cpu-profiler-inl.h
|
| diff --git a/src/profiler/cpu-profiler-inl.h b/src/profiler/cpu-profiler-inl.h
|
| index df727ae7cb85c490067472e0a808b875442d8481..ea82c5589f0fb4e52eb153c04ce0939499e65699 100644
|
| --- a/src/profiler/cpu-profiler-inl.h
|
| +++ b/src/profiler/cpu-profiler-inl.h
|
| @@ -74,6 +74,7 @@ void ProfilerEventsProcessor::FinishTickSample() {
|
| ticks_buffer_.FinishEnqueue();
|
| }
|
|
|
| -} } // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_PROFILER_CPU_PROFILER_INL_H_
|
|
|