| Index: Source/WebCore/inspector/InspectorDebuggerAgent.h
|
| ===================================================================
|
| --- Source/WebCore/inspector/InspectorDebuggerAgent.h (revision 93524)
|
| +++ Source/WebCore/inspector/InspectorDebuggerAgent.h (working copy)
|
| @@ -129,6 +129,7 @@
|
|
|
| PassRefPtr<InspectorObject> resolveBreakpoint(const String& breakpointId, const String& sourceId, const ScriptBreakpoint&);
|
| void clear();
|
| + bool assertPaused(ErrorString*);
|
|
|
| typedef HashMap<String, Script> ScriptsMap;
|
| typedef HashMap<String, Vector<String> > BreakpointIdToDebugServerBreakpointIdsMap;
|
|
|