| Index: Source/WebCore/inspector/PageDebuggerAgent.h
|
| ===================================================================
|
| --- Source/WebCore/inspector/PageDebuggerAgent.h (revision 139598)
|
| +++ Source/WebCore/inspector/PageDebuggerAgent.h (working copy)
|
| @@ -49,11 +49,12 @@
|
| static PassOwnPtr<PageDebuggerAgent> create(InstrumentingAgents*, InspectorState*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
|
| virtual ~PageDebuggerAgent();
|
|
|
| - virtual void enable(ErrorString*);
|
| - virtual void disable(ErrorString*);
|
| -
|
| void didClearMainFrameWindowObject();
|
|
|
| +protected:
|
| + virtual void enable();
|
| + virtual void disable();
|
| +
|
| private:
|
| virtual void startListeningScriptDebugServer();
|
| virtual void stopListeningScriptDebugServer();
|
|
|