summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/cache/CachedImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/cache/CachedImage.h')
-rw-r--r--WebCore/loader/cache/CachedImage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/loader/cache/CachedImage.h b/WebCore/loader/cache/CachedImage.h
index 313f3f3..af36534 100644
--- a/WebCore/loader/cache/CachedImage.h
+++ b/WebCore/loader/cache/CachedImage.h
@@ -65,11 +65,11 @@ public:
virtual void destroyDecodedData();
virtual void data(PassRefPtr<SharedBuffer> data, bool allDataReceived);
- virtual void error();
+ virtual void error(CachedResource::Status);
virtual void httpStatusCodeError() { m_httpStatusCodeErrorOccurred = true; }
bool httpStatusCodeErrorOccurred() const { return m_httpStatusCodeErrorOccurred; }
-
+
void checkNotify();
virtual bool isImage() const { return true; }