| Index: Source/WebCore/platform/graphics/FontPlatformData.h
|
| diff --git a/Source/WebCore/platform/graphics/FontPlatformData.h b/Source/WebCore/platform/graphics/FontPlatformData.h
|
| index a4002bba76dfda6e27ebf8886adb333c6399c15b..2d4b076611419a0e151eca423cadc52cbb4c73c8 100644
|
| --- a/Source/WebCore/platform/graphics/FontPlatformData.h
|
| +++ b/Source/WebCore/platform/graphics/FontPlatformData.h
|
| @@ -23,7 +23,7 @@
|
| */
|
|
|
| // FIXME: This is temporary until all ports switch to using this file.
|
| -#if (PLATFORM(CHROMIUM) && !OS(DARWIN)) || PLATFORM(BLACKBERRY)
|
| +#if (PLATFORM(CHROMIUM) && !OS(DARWIN))
|
| #include "chromium/FontPlatformData.h"
|
| #elif PLATFORM(QT)
|
| #include "qt/FontPlatformData.h"
|
|
|