Index: Source/core/inspector/InjectedScriptBase.h |
diff --git a/Source/core/inspector/InjectedScriptBase.h b/Source/core/inspector/InjectedScriptBase.h |
index 8cb386bfbeac129548852beebae2f5fd2b51a10c..7906ea03510e85c837b22b8e9c291d2dbf6074a6 100644 |
--- a/Source/core/inspector/InjectedScriptBase.h |
+++ b/Source/core/inspector/InjectedScriptBase.h |
@@ -66,7 +66,7 @@ protected: |
const ScriptValue& injectedScriptObject() const; |
ScriptValue callFunctionWithEvalEnabled(ScriptFunctionCall&, bool& hadException) const; |
void makeCall(ScriptFunctionCall&, RefPtr<JSONValue>* result); |
- void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown); |
+ void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* = 0); |
private: |
String m_name; |