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

Unified Diff: branches/chromium/1599/Source/core/xml/XMLHttpRequest.h

Issue 26341006: Revert 159004 "Merge 158146 "[XHR] Abort method execution when m..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 2 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: branches/chromium/1599/Source/core/xml/XMLHttpRequest.h
===================================================================
--- branches/chromium/1599/Source/core/xml/XMLHttpRequest.h (revision 159086)
+++ branches/chromium/1599/Source/core/xml/XMLHttpRequest.h (working copy)
@@ -176,7 +176,7 @@
void callReadyStateChangeListener();
void dropProtectionSoon();
void dropProtection(Timer<XMLHttpRequest>* = 0);
- bool internalAbort();
+ void internalAbort();
void clearResponse();
void clearResponseBuffers();
void clearRequest();

Powered by Google App Engine
This is Rietveld 408576698