| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| index 16e6b7d70cade8841eb5e4969a6897da251c8d3d..be4bb5a2249490966289b736dfa8aa9f653b20b6 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -114,7 +114,7 @@ public:
|
| void didExecuteScript(v8::Local<v8::Context>) override;
|
| void idleStarted() override;
|
| void idleFinished() override;
|
| - PassOwnPtr<V8StackTrace> createStackTrace(v8::Local<v8::StackTrace>, size_t maxStackSize) override;
|
| + PassOwnPtr<V8StackTrace> createStackTrace(v8::Local<v8::StackTrace>) override;
|
| PassOwnPtr<V8StackTrace> captureStackTrace(size_t maxStackSize) override;
|
|
|
| using ContextByIdMap = protocol::HashMap<int, OwnPtr<InspectedContext>>;
|
|
|