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

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

Issue 23180002: Revert 156078 "Fix XMLHttpRequest leak document when send() is c..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 4 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: trunk/Source/core/xml/XMLHttpRequest.h
===================================================================
--- trunk/Source/core/xml/XMLHttpRequest.h (revision 156081)
+++ trunk/Source/core/xml/XMLHttpRequest.h (working copy)
@@ -74,11 +74,6 @@
ResponseTypeArrayBuffer
};
- enum DropProtection {
- DropProtectionSync,
- DropProtectionAsync,
- };
-
virtual void contextDestroyed();
virtual void didTimeout();
virtual bool canSuspend() const;
@@ -181,7 +176,7 @@
void callReadyStateChangeListener();
void dropProtectionSoon();
void dropProtection(Timer<XMLHttpRequest>* = 0);
- void internalAbort(DropProtection = DropProtectionSync);
+ void internalAbort();
void clearResponse();
void clearResponseBuffers();
void clearRequest();

Powered by Google App Engine
This is Rietveld 408576698