| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 1d8b715f943c3fdc1181804d0c09faf3a43d9087..7b96fdea4922629107f142004c12121a61668865 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -143,7 +143,7 @@ protected:
|
|
|
| virtual void enable();
|
| virtual void disable();
|
| - virtual void didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception);
|
| + virtual void didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints);
|
| virtual void didContinue();
|
| void reset();
|
|
|
|
|