Index: Source/WebCore/inspector/InspectorDebuggerAgent.h |
=================================================================== |
--- Source/WebCore/inspector/InspectorDebuggerAgent.h (revision 76933) |
+++ Source/WebCore/inspector/InspectorDebuggerAgent.h (working copy) |
@@ -78,8 +78,8 @@ |
void stepInto(); |
void stepOut(); |
void setPauseOnExceptionsState(long pauseState, long* newState); |
- void evaluateOnCallFrame(PassRefPtr<InspectorObject> callFrameId, const String& expression, const String& objectGroup, RefPtr<InspectorValue>* result); |
- void getCompletionsOnCallFrame(PassRefPtr<InspectorObject> callFrameId, const String& expression, bool includeInspectorCommandLineAPI, RefPtr<InspectorValue>* result); |
+ void evaluateOnCallFrame(PassRefPtr<InspectorObject> callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorValue>* result); |
+ void getCompletionsOnCallFrame(PassRefPtr<InspectorObject> callFrameId, const String& expression, bool includeCommandLineAPI, RefPtr<InspectorValue>* result); |
void clearForPageNavigation(); |