diff options
Diffstat (limited to 'WebCore/loader/CachedImage.h')
| -rw-r--r-- | WebCore/loader/CachedImage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/loader/CachedImage.h b/WebCore/loader/CachedImage.h index b4a032a..eb55955 100644 --- a/WebCore/loader/CachedImage.h +++ b/WebCore/loader/CachedImage.h @@ -70,8 +70,6 @@ public: virtual void httpStatusCodeError() { m_httpStatusCodeErrorOccurred = true; } bool httpStatusCodeErrorOccurred() const { return m_httpStatusCodeErrorOccurred; } - virtual bool schedule() const { return true; } - void checkNotify(); virtual bool isImage() const { return true; } |
