| Index: Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.h b/Source/core/inspector/InspectorRuntimeAgent.h
|
| index 82d4bcb75d4627c8b990d9808e89a845d739f8c9..0a884f3e71a9209fe5f99b7ba0634ecdd5ae54fd 100644
|
| --- a/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -64,7 +64,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 callFunctionOn(ErrorString*,
|
| const String& objectId,
|
| const String& expression,
|
|
|