Index: Source/WebCore/loader/icon/IconDatabase.cpp |
diff --git a/Source/WebCore/loader/icon/IconDatabase.cpp b/Source/WebCore/loader/icon/IconDatabase.cpp |
index a23e83b18326536a1aabc2f127c0f986acb7cbfe..770f39eb794e7b9a605a4f841847e37cd255e146 100644 |
--- a/Source/WebCore/loader/icon/IconDatabase.cpp |
+++ b/Source/WebCore/loader/icon/IconDatabase.cpp |
@@ -52,7 +52,7 @@ |
#define IS_ICON_SYNC_THREAD() (m_syncThread == currentThread()) |
#define ASSERT_ICON_SYNC_THREAD() ASSERT(IS_ICON_SYNC_THREAD()) |
-#if PLATFORM(QT) || PLATFORM(GTK) |
+#if PLATFORM(GTK) |
#define CAN_THEME_URL_ICON |
#endif |