diff options
| author | Mike Reed <reed@google.com> | 2009-11-30 13:18:08 -0500 |
|---|---|---|
| committer | Mike Reed <reed@google.com> | 2009-11-30 13:18:08 -0500 |
| commit | 11fe1a145d177f5a36812a6eec991057edeb9ecb (patch) | |
| tree | 7939c4292512154a9144f86964bc0b8544680baa /WebCore | |
| parent | 453d3796805ae4e29fb55d8d4358692597c78b2b (diff) | |
| download | external_webkit-11fe1a145d177f5a36812a6eec991057edeb9ecb.zip external_webkit-11fe1a145d177f5a36812a6eec991057edeb9ecb.tar.gz external_webkit-11fe1a145d177f5a36812a6eec991057edeb9ecb.tar.bz2 | |
add ANDROID to the list of platforms that support font-face
Diffstat (limited to 'WebCore')
| -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 9cf152d..7fb25fb 100644 --- a/WebCore/loader/CachedFont.cpp +++ b/WebCore/loader/CachedFont.cpp @@ -27,7 +27,7 @@ #include "config.h" #include "CachedFont.h" -#if PLATFORM(CG) || PLATFORM(QT) || PLATFORM(GTK) || (PLATFORM(CHROMIUM) && (PLATFORM(WIN_OS) || PLATFORM(LINUX))) || PLATFORM(HAIKU) || PLATFORM(WINCE) +#if PLATFORM(ANDROID) || PLATFORM(CG) || PLATFORM(QT) || PLATFORM(GTK) || (PLATFORM(CHROMIUM) && (PLATFORM(WIN_OS) || PLATFORM(LINUX))) || PLATFORM(HAIKU) || PLATFORM(WINCE) #define STORE_FONT_CUSTOM_PLATFORM_DATA #endif |
