summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/CachedFont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/CachedFont.cpp')
-rw-r--r--WebCore/loader/CachedFont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/CachedFont.cpp b/WebCore/loader/CachedFont.cpp
index 20479ef..0cbdc32 100644
--- a/WebCore/loader/CachedFont.cpp
+++ b/WebCore/loader/CachedFont.cpp
@@ -65,7 +65,7 @@ CachedFont::~CachedFont()
#endif
}
-void CachedFont::load(DocLoader* docLoader)
+void CachedFont::load(DocLoader*)
{
// Don't load the file yet. Wait for an access before triggering the load.
m_loading = true;