| Index: third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp b/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| index 460456b9a6b151f26fd5567017d3c7f8462cd49c..2a65d508df57f29ffc9b5c992c87504743ee7db2 100644
|
| --- a/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPepperSocketImpl.cpp
|
| @@ -140,7 +140,7 @@ void WebPepperSocketImpl::close(int code, const WebString& reason)
|
|
|
| void WebPepperSocketImpl::fail(const WebString& reason)
|
| {
|
| - m_private->fail(reason, ErrorMessageLevel, nullptr);
|
| + m_private->fail(reason, ErrorMessageLevel, SourceLocation::create(String(), 0, 0, nullptr));
|
| }
|
|
|
| void WebPepperSocketImpl::disconnect()
|
|
|