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

Unified Diff: Source/core/xml/XMLHttpRequest.h

Issue 66323004: XHR: compliant event sequencing on request errors and aborts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve test code quality Created 7 years, 1 month 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: Source/core/xml/XMLHttpRequest.h
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
index 8814031fc868047dd6d0b42aa09cf90f369e378f..7edc5f84f90d8f38e720998a785289b9d36f6bbd 100644
--- a/Source/core/xml/XMLHttpRequest.h
+++ b/Source/core/xml/XMLHttpRequest.h
@@ -199,6 +199,8 @@ private:
// Handles didFail() call for timeout.
void handleDidTimeout();
+ void handleRequestError(ExceptionCode, const AtomicString&);
+
OwnPtr<XMLHttpRequestUpload> m_upload;
KURL m_url;

Powered by Google App Engine
This is Rietveld 408576698