| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 6da372f185601436fa736f081bcfdc8fc3de7b58..543706c757a1f1b4278618b498f9eea73c4f60b3 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -131,6 +131,8 @@ public:
|
|
|
| virtual void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| + void setBreakpointInFrontend(const String& scriptId, int lineNumber, int columnNumber);
|
| +
|
| protected:
|
| InspectorDebuggerAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*);
|
|
|
|
|