| Index: third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| index af47bc8ea4dc95b426b61d5c621949328d2b2280..6c4111aa7d888f28a2ad106c2ff256ce60634fc6 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| const char* GetName(v8::Local<v8::Object> object) override
|
| {
|
| - int contextId = V8Debugger::contextId(object->CreationContext());
|
| + int contextId = V8DebuggerImpl::contextId(object->CreationContext());
|
| if (!contextId)
|
| return "";
|
| ErrorString errorString;
|
|
|