Index: third_party/WebKit/Source/core/loader/PingLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
index a08a69ef16814229f7f969dbe6c60dd8f1f07518..907aace97305e5fff25ae87efda86a6c292a234f 100644 |
--- a/third_party/WebKit/Source/core/loader/PingLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
@@ -386,7 +386,7 @@ void PingLoaderImpl::timeout(TimerBase*) { |
void PingLoaderImpl::didFailLoading(LocalFrame* frame) { |
InspectorInstrumentation::didFailLoading( |
- frame, m_identifier, ResourceError::cancelledError(m_url)); |
+ frame, m_identifier, ResourceError::cancelledError(m_url), -1); |
frame->console().didFailLoading(m_identifier, |
ResourceError::cancelledError(m_url)); |
} |