Skip to content

Commit db744e2

Browse files
authored
browser(webkit): roll to 10/08 (microsoft#4106)
1 parent b85ba62 commit db744e2

File tree

4 files changed

+400
-424
lines changed

4 files changed

+400
-424
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1350
2-
Changed: [email protected] Fri Oct 9 13:05:31 PDT 2020
1+
1351
2+
Changed: [email protected] Fri Oct 9 14:37:22 PDT 2020
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REMOTE_URL="https://github.com/webkit/webkit"
22
BASE_BRANCH="master"
3-
BASE_REVISION="ce31a040db8cf59436c384a8e1c89c6510c24426"
3+
BASE_REVISION="3f68538795b5bd629f9b7fd3709ba6e45ca3fe2d"

browser_patches/webkit/embedder/Playwright/win/WinMain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ int WINAPI wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance,
119119
}
120120
auto context = adoptWK(WKContextCreateWithConfiguration(nullptr));
121121
auto dataStore = adoptWK(WKWebsiteDataStoreCreateWithConfiguration(configuration.get()));
122-
WKContextSetPrimaryDataStore(context.get(), dataStore.get());
123122
configureDataStore(dataStore.get());
124123

125124
auto* mainWindow = new MainWindow();

0 commit comments

Comments
 (0)