From 41386e9cb918eed93b3f13648cbef387e371e451 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 May 2015 09:56:07 +0000 Subject: webkitgtk-2.4.9 --- Source/JavaScriptCore/inspector/InjectedScriptBase.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Source/JavaScriptCore/inspector/InjectedScriptBase.h') diff --git a/Source/JavaScriptCore/inspector/InjectedScriptBase.h b/Source/JavaScriptCore/inspector/InjectedScriptBase.h index 06c3f5664..034e0c20a 100644 --- a/Source/JavaScriptCore/inspector/InjectedScriptBase.h +++ b/Source/JavaScriptCore/inspector/InjectedScriptBase.h @@ -32,8 +32,10 @@ #ifndef InjectedScriptBase_h #define InjectedScriptBase_h +#if ENABLE(INSPECTOR) + #include "InspectorEnvironment.h" -#include "InspectorProtocolObjects.h" +#include "InspectorJSTypeBuilders.h" #include "bindings/ScriptObject.h" #include #include @@ -66,7 +68,7 @@ protected: const Deprecated::ScriptObject& injectedScriptObject() const; Deprecated::ScriptValue callFunctionWithEvalEnabled(Deprecated::ScriptFunctionCall&, bool& hadException) const; void makeCall(Deprecated::ScriptFunctionCall&, RefPtr* result); - void makeEvalCall(ErrorString&, Deprecated::ScriptFunctionCall&, RefPtr* result, Protocol::OptOutput* wasThrown, Protocol::OptOutput* savedResult = nullptr); + void makeEvalCall(ErrorString*, Deprecated::ScriptFunctionCall&, RefPtr* result, TypeBuilder::OptOutput* wasThrown); private: String m_name; @@ -76,4 +78,6 @@ private: } // namespace Inspector +#endif // ENABLE(INSPECTOR) + #endif // InjectedScriptBase_h -- cgit v1.2.1