diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2017-04-24 22:40:03 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2017-04-25 18:29:55 +0000 |
commit | 4bd713d56aa9bb86bc96ea9cb0c64cbf94bf43d4 (patch) | |
tree | 02bd448d49627f059df0d8036fbdb9d9ee883a50 /Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp | |
parent | bd3f57b00bee3088971209a0ebc513eb1ef4ba14 (diff) | |
download | qtwebkit-4bd713d56aa9bb86bc96ea9cb0c64cbf94bf43d4.tar.gz |
Import WebKit commit 3040e0455efecd271f1aeef53cf287e75486a70d
Change-Id: I7df106cef8ce93ce33e49ad6fb0d202cd066d87c
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
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. |