Chromium Code Reviews| Index: Source/core/xml/XMLHttpRequest.h |
| =================================================================== |
| --- Source/core/xml/XMLHttpRequest.h (revision 159103) |
| +++ Source/core/xml/XMLHttpRequest.h (working copy) |
| @@ -176,7 +176,7 @@ |
| void callReadyStateChangeListener(); |
| void dropProtectionSoon(); |
| void dropProtection(Timer<XMLHttpRequest>* = 0); |
| - void internalAbort(); |
| + bool internalAbort(); |
| void clearResponse(); |
| void clearResponseBuffers(); |
| void clearRequest(); |