| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index a4316f1cdbe2d7954f81735a88fbb02f9bc5c82a..6d05ccde5c36e95b724bc7ca5ded902a38dd0801 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -176,7 +176,7 @@ private:
|
| void callReadyStateChangeListener();
|
| void dropProtectionSoon();
|
| void dropProtection(Timer<XMLHttpRequest>* = 0);
|
| - void internalAbort();
|
| + void internalAbort(bool dropProtectionAsync);
|
| void clearResponse();
|
| void clearResponseBuffers();
|
| void clearRequest();
|
|
|