summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/cache/CachedFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/cache/CachedFont.h')
-rw-r--r--WebCore/loader/cache/CachedFont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/cache/CachedFont.h b/WebCore/loader/cache/CachedFont.h
index e1a34e8..5814087 100644
--- a/WebCore/loader/cache/CachedFont.h
+++ b/WebCore/loader/cache/CachedFont.h
@@ -54,7 +54,7 @@ public:
virtual void didAddClient(CachedResourceClient*);
virtual void data(PassRefPtr<SharedBuffer> data, bool allDataReceived);
- virtual void error();
+ virtual void error(CachedResource::Status);
virtual void allClientsRemoved();