diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp')
-rw-r--r-- | Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp b/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp index 1d0873890..7f6f4a0b2 100644 --- a/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp +++ b/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp @@ -66,7 +66,7 @@ bool WebsiteDataStore::isPersistent() return m_websiteDataStore->isPersistent(); } -#if !PLATFORM(COCOA) && !PLATFORM(EFL) && !PLATFORM(GTK) +#if !PLATFORM(COCOA) && !PLATFORM(EFL) && !PLATFORM(GTK) && !PLATFORM(QT) WebKit::WebsiteDataStore::Configuration WebsiteDataStore::defaultDataStoreConfiguration() { // FIXME: Fill everything in. |