summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/CachedXSLStyleSheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/CachedXSLStyleSheet.h')
-rw-r--r--WebCore/loader/CachedXSLStyleSheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/CachedXSLStyleSheet.h b/WebCore/loader/CachedXSLStyleSheet.h
index 9eca098..b6b0585 100644
--- a/WebCore/loader/CachedXSLStyleSheet.h
+++ b/WebCore/loader/CachedXSLStyleSheet.h
@@ -41,7 +41,7 @@ namespace WebCore {
const String& sheet() const { return m_sheet; }
- virtual void addClient(CachedResourceClient*);
+ virtual void didAddClient(CachedResourceClient*);
virtual void setEncoding(const String&);
virtual String encoding() const;