| Index: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| index 57712a9c107439879c99a6ba3c8e568b08a92d4e..aecea81e6a22eab8b2c1a61cfc5bfee9664af635 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| @@ -16,7 +16,7 @@
|
| #define ENSURE_V8_VERSION(major, minor) \
|
| (V8_MAJOR_VERSION * 1000 + V8_MINOR_VERSION >= (major) * 1000 + (minor))
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| namespace ProfilerAgentState {
|
| static const char samplingInterval[] = "samplingInterval";
|
| @@ -317,4 +317,4 @@ v8::CpuProfiler* V8ProfilerAgentImpl::profiler()
|
| #endif
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|