From 77ce2a099dc13c4d5496fbd4e2fe441c15a51308 Mon Sep 17 00:00:00 2001 From: Leon Clarke Date: Wed, 21 Jul 2010 12:59:28 +0100 Subject: Cherry-pick fix to https://bugs.webkit.org/show_bug.cgi?id=42651 because it fixes http://b/issue?id=2838936, but includes more refactoring than my original fix at https://android-git.corp.google.com/g/#change,58175 Change-Id: I67884fc153bff81c9580f36b7be1662acdda194e --- WebCore/loader/CachedFont.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'WebCore/loader/CachedFont.h') diff --git a/WebCore/loader/CachedFont.h b/WebCore/loader/CachedFont.h index 05b28f3..01c8c9c 100644 --- a/WebCore/loader/CachedFont.h +++ b/WebCore/loader/CachedFont.h @@ -57,8 +57,6 @@ public: virtual void allClientsRemoved(); - virtual bool schedule() const { return true; } - void checkNotify(); void beginLoadIfNeeded(DocLoader* dl); -- cgit v1.1