| Index: Source/core/inspector/V8DebuggerAgent.h
|
| diff --git a/Source/core/inspector/V8DebuggerAgent.h b/Source/core/inspector/V8DebuggerAgent.h
|
| index 1e604f4f38d8848b541bbd48698bce17c59441df..87b92052a1263a4d781b13237f2e9c4d6892e05d 100644
|
| --- a/Source/core/inspector/V8DebuggerAgent.h
|
| +++ b/Source/core/inspector/V8DebuggerAgent.h
|
| @@ -170,7 +170,6 @@ public:
|
| private:
|
| bool checkEnabled(ErrorString*);
|
| void enable();
|
| - void disable();
|
|
|
| SkipPauseRequest didPause(v8::Local<v8::Context>, v8::Local<v8::Object> callFrames, v8::Local<v8::Value> exception, const Vector<String>& hitBreakpoints, bool isPromiseRejection) final;
|
| void didContinue() final;
|
| @@ -199,7 +198,6 @@ private:
|
|
|
| PassRefPtr<TypeBuilder::Debugger::Location> resolveBreakpoint(const String& breakpointId, const String& scriptId, const ScriptBreakpoint&, BreakpointSource);
|
| void removeBreakpoint(const String& breakpointId);
|
| - void clear();
|
| void clearStepIntoAsync();
|
| bool assertPaused(ErrorString*);
|
| void clearBreakDetails();
|
| @@ -209,7 +207,6 @@ private:
|
| bool isCallStackEmptyOrBlackboxed();
|
| bool isTopCallFrameBlackboxed();
|
| bool isCallFrameWithUnknownScriptOrBlackboxed(PassRefPtr<JavaScriptCallFrame>);
|
| - PromiseTracker& promiseTracker() const { return *m_promiseTracker; }
|
|
|
| void internalSetAsyncCallStackDepth(int);
|
| void increaseCachedSkipStackGeneration();
|
|
|