| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 07a019d23d1492a00a744ac6d9a482b3211ed9a9..bd6e9293e51b4b8e6bf9a6bc27e2febd356d4605 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -197,7 +197,7 @@ protected:
|
|
|
| virtual void enable();
|
| virtual void disable();
|
| - virtual SkipPauseRequest didPause(ScriptState*, const StackTrace& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) OVERRIDE FINAL;
|
| + virtual SkipPauseRequest didPause(ScriptState*, const ScriptValue& exception, const Vector<String>& hitBreakpoints) OVERRIDE FINAL;
|
| virtual void didContinue() OVERRIDE FINAL;
|
| void reset();
|
| void pageDidCommitLoad();
|
|
|