Skip to content

Commit

Permalink
browser(webkit): roll to 10/08 (#4106)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Oct 9, 2020
1 parent b85ba62 commit db744e2
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 424 deletions.
4 changes: 2 additions & 2 deletions browser_patches/webkit/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion browser_patches/webkit/UPSTREAM_CONFIG.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REMOTE_URL="https://github.com/webkit/webkit"
BASE_BRANCH="master"
BASE_REVISION="ce31a040db8cf59436c384a8e1c89c6510c24426"
BASE_REVISION="3f68538795b5bd629f9b7fd3709ba6e45ca3fe2d"
1 change: 0 additions & 1 deletion browser_patches/webkit/embedder/Playwright/win/WinMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Loading

0 comments on commit db744e2

Please sign in to comment.