summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-07-12 16:09:38 +0100
committerSteve Block <steveblock@google.com>2010-07-12 16:44:13 +0100
commitdcaff4ee5696402068bb625c4c60f788a3f0f01f (patch)
tree91792117b02719f7f41956071394a1e0b57197b2
parent5f90462bbf4efb0ac7bb65a852d5559d0ab30f0b (diff)
downloadexternal_webkit-dcaff4ee5696402068bb625c4c60f788a3f0f01f.zip
external_webkit-dcaff4ee5696402068bb625c4c60f788a3f0f01f.tar.gz
external_webkit-dcaff4ee5696402068bb625c4c60f788a3f0f01f.tar.bz2
Update CachedFont.cpp to reflect upstreaming in WebKit change 63088
See http://trac.webkit.org/changeset/63088 Change-Id: I41778e43e0e731b6e0116e6e1569e91d5c18750a
-rw-r--r--WebCore/loader/CachedFont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/CachedFont.cpp b/WebCore/loader/CachedFont.cpp
index 71dd8f9..272166e 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) && (OS(WINDOWS) || OS(LINUX))) || PLATFORM(HAIKU) || OS(WINCE) || OS(ANDROID)
+#if PLATFORM(CG) || PLATFORM(QT) || PLATFORM(GTK) || (PLATFORM(CHROMIUM) && (OS(WINDOWS) || OS(LINUX))) || PLATFORM(HAIKU) || OS(WINCE) || PLATFORM(ANDROID)
#define STORE_FONT_CUSTOM_PLATFORM_DATA
#endif