#ifndef JSGlobalObjectDebuggerAgent_h
#define JSGlobalObjectDebuggerAgent_h
-#if ENABLE(INSPECTOR)
-
#include "InspectorDebuggerAgent.h"
#include "JSGlobalObjectScriptDebugServer.h"
virtual void startListeningScriptDebugServer() override;
virtual void stopListeningScriptDebugServer(bool isBeingDestroyed) override;
- virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) override;
+ virtual InjectedScript injectedScriptForEval(ErrorString&, const int* executionContextId) override;
virtual void breakpointActionLog(JSC::ExecState*, const String&) override;
} // namespace Inspector
-#endif // ENABLE(INSPECTOR)
-
#endif // !defined(JSGlobalObjectDebuggerAgent_h)