Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
index 9d68fdd125fd6e0557825cf1227ad11587e427e9..ca488080dd2b43ab4b871d37a6e66737201654f6 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp |
@@ -530,7 +530,7 @@ void V8DebuggerAgentImpl::setScriptSource(ErrorString* errorString, |
Maybe<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames, |
Maybe<bool>* stackChanged, |
Maybe<StackTrace>* asyncStackTrace, |
- Maybe<protocol::Debugger::SetScriptSourceError>* optOutCompileError) |
+ Maybe<protocol::Runtime::ExceptionDetails>* optOutCompileError) |
{ |
if (!checkEnabled(errorString)) |
return; |