browser(webkit): roll to 10/08 (#4106)

This commit is contained in:
Yury Semikhatsky 2020-10-09 14:43:36 -07:00 committed by GitHub
parent b85ba62291
commit db744e28ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 400 additions and 424 deletions

View File

@ -1,2 +1,2 @@
1350
Changed: yurys@chromium.org Fri Oct 9 13:05:31 PDT 2020
1351
Changed: yurys@chromium.org Fri Oct 9 14:37:22 PDT 2020

View File

@ -1,3 +1,3 @@
REMOTE_URL="https://github.com/webkit/webkit"
BASE_BRANCH="master"
BASE_REVISION="ce31a040db8cf59436c384a8e1c89c6510c24426"
BASE_REVISION="3f68538795b5bd629f9b7fd3709ba6e45ca3fe2d"

View File

@ -119,7 +119,6 @@ int WINAPI wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance,
}
auto context = adoptWK(WKContextCreateWithConfiguration(nullptr));
auto dataStore = adoptWK(WKWebsiteDataStoreCreateWithConfiguration(configuration.get()));
WKContextSetPrimaryDataStore(context.get(), dataStore.get());
configureDataStore(dataStore.get());
auto* mainWindow = new MainWindow();

File diff suppressed because it is too large Load Diff