summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Platform/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Platform/Module.h')
-rw-r--r--Source/WebKit2/Platform/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/Platform/Module.h b/Source/WebKit2/Platform/Module.h
index 5d665091e..5a98f47f1 100644
--- a/Source/WebKit2/Platform/Module.h
+++ b/Source/WebKit2/Platform/Module.h
@@ -73,7 +73,7 @@ private:
void* platformFunctionPointer(const char* functionName) const;
String m_path;
-#if USE(CF)
+#if USE(CF) && !PLATFORM(QT)
RetainPtr<CFBundleRef> m_bundle;
#if !defined(__LP64__)
CFBundleRefNum m_bundleResourceMap;