diff options
Diffstat (limited to 'WebCore/loader/CachedFont.cpp')
-rw-r--r-- | WebCore/loader/CachedFont.cpp | 2 |
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; |