Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698