| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 9e72b3f160fc9b95a59336421ddab4c4ba623c06..f964763fff328ea76547afa0735362feccd65598 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -135,7 +135,8 @@ public:
|
| const bool* returnByValue,
|
| const bool* generatePreview,
|
| RefPtr<TypeBuilder::Runtime::RemoteObject>& result,
|
| - TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
|
| + TypeBuilder::OptOutput<bool>* wasThrown,
|
| + RefPtr<TypeBuilder::Debugger::ExceptionDetails>&) OVERRIDE FINAL;
|
| virtual void compileScript(ErrorString*, const String& expression, const String& sourceURL, const int* executionContextId, TypeBuilder::OptOutput<TypeBuilder::Debugger::ScriptId>*, RefPtr<TypeBuilder::Debugger::ExceptionDetails>&) OVERRIDE;
|
| virtual void runScript(ErrorString*, const TypeBuilder::Debugger::ScriptId&, const int* executionContextId, const String* objectGroup, const bool* doNotPauseOnExceptionsAndMuteConsole, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, RefPtr<TypeBuilder::Debugger::ExceptionDetails>&) OVERRIDE;
|
| virtual void setOverlayMessage(ErrorString*, const String*) OVERRIDE;
|
|
|