Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: [email protected] Fri Oct 9 13:05:31 PDT 2020
1351
Changed: [email protected] 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