mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
browser(webkit): roll to 10/08 (#4106)
This commit is contained in:
parent
b85ba62291
commit
db744e28ee
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
REMOTE_URL="https://github.com/webkit/webkit"
|
||||
BASE_BRANCH="master"
|
||||
BASE_REVISION="ce31a040db8cf59436c384a8e1c89c6510c24426"
|
||||
BASE_REVISION="3f68538795b5bd629f9b7fd3709ba6e45ca3fe2d"
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user