| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| index 84c6792f6b6c1fb819266da64f5ab94a477824fc..74da603a5ebbcc40ff3df4fb75c3a4a1dcb34e0b 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -1801,7 +1801,7 @@ void XMLHttpRequest::resume() {
|
| m_progressEventThrottle->resume();
|
| }
|
|
|
| -void XMLHttpRequest::contextDestroyed() {
|
| +void XMLHttpRequest::contextDestroyed(ExecutionContext*) {
|
| InspectorInstrumentation::didFailXHRLoading(getExecutionContext(), this, this,
|
| m_method, m_url);
|
| m_progressEventThrottle->stop();
|
|
|