X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/inspector/agents/JSGlobalObjectDebuggerAgent.h diff --git a/inspector/agents/JSGlobalObjectDebuggerAgent.h b/inspector/agents/JSGlobalObjectDebuggerAgent.h index 27ee6ac..ac6b871 100644 --- a/inspector/agents/JSGlobalObjectDebuggerAgent.h +++ b/inspector/agents/JSGlobalObjectDebuggerAgent.h @@ -26,8 +26,6 @@ #ifndef JSGlobalObjectDebuggerAgent_h #define JSGlobalObjectDebuggerAgent_h -#if ENABLE(INSPECTOR) - #include "InspectorDebuggerAgent.h" #include "JSGlobalObjectScriptDebugServer.h" @@ -46,7 +44,7 @@ public: 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; @@ -62,6 +60,4 @@ private: } // namespace Inspector -#endif // ENABLE(INSPECTOR) - #endif // !defined(JSGlobalObjectDebuggerAgent_h)