summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-03 18:35:42 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-03 18:35:42 +0000
commit1aa258fcc90b08f9c88e87a975998b7ffe780418 (patch)
tree97fe40f296fb659f11af425e5806b5043b2e73d3 /webkit
parentbdf1725b6762c80c975cb4f477da567e1b3afcbe (diff)
downloadchromium_src-1aa258fcc90b08f9c88e87a975998b7ffe780418.zip
chromium_src-1aa258fcc90b08f9c88e87a975998b7ffe780418.tar.gz
chromium_src-1aa258fcc90b08f9c88e87a975998b7ffe780418.tar.bz2
rollback due to build bustage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/config.h.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/webkit/config.h.in b/webkit/config.h.in
index 933381e..e11f6ad 100644
--- a/webkit/config.h.in
+++ b/webkit/config.h.in
@@ -124,18 +124,14 @@
#if PLATFORM(CHROMIUM)
#define WTF_USE_V8 1
#define WTF_PLATFORM_SKIA 1
-
-#if !PLATFORM(MAC)
#undef WTF_PLATFORM_CG
#undef WTF_PLATFORM_CF
-#endif
-
#undef WTF_USE_CFNETWORK
// Upstream Platform.h's #ifdef check for other graphics libraries doesn't
// check SKIA, so it falls back on defining CAIRO. Undo that here.
// TODO(evanm): clean this up.
#undef WTF_PLATFORM_CAIRO
-#endif /* PLATFORM(CHROMIUM) */
+#endif
#if !defined(WTF_USE_V8)
#define WTF_USE_V8 0