| Index: Source/WebCore/xml/XMLHttpRequest.h
|
| diff --git a/Source/WebCore/xml/XMLHttpRequest.h b/Source/WebCore/xml/XMLHttpRequest.h
|
| index f701f3aa9a30d3731ae2071bc53a97a64056d795..f821c2eaa899eb4002267409b846e4571afee718 100644
|
| --- a/Source/WebCore/xml/XMLHttpRequest.h
|
| +++ b/Source/WebCore/xml/XMLHttpRequest.h
|
| @@ -162,10 +162,6 @@ private:
|
| Document* document() const;
|
| SecurityOrigin* securityOrigin() const;
|
|
|
| -#if ENABLE(DASHBOARD_SUPPORT)
|
| - bool usesDashboardBackwardCompatibilityMode() const;
|
| -#endif
|
| -
|
| virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
|
| virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&);
|
| virtual void didReceiveData(const char* data, int dataLength);
|
|
|