| Index: Source/platform/fonts/FontSelector.h
|
| diff --git a/Source/platform/fonts/FontSelector.h b/Source/platform/fonts/FontSelector.h
|
| index 5c0db42ad1d585d9dbaf7a4f0880434786d94eb0..91523b23670b6dd9a9548e4476b0f3f7b185beb5 100644
|
| --- a/Source/platform/fonts/FontSelector.h
|
| +++ b/Source/platform/fonts/FontSelector.h
|
| @@ -29,7 +29,6 @@
|
| #include "platform/fonts/FontCacheClient.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
| @@ -40,7 +39,7 @@
|
| public:
|
| virtual ~FontSelector() { }
|
| virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0;
|
| - virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, UChar32) = 0;
|
| + virtual void willUseFontData(const FontDescription&, const AtomicString& familyName) = 0;
|
|
|
| virtual unsigned version() const = 0;
|
| };
|
|
|