diff --git a/browser_patches/webkit/BUILD_NUMBER b/browser_patches/webkit/BUILD_NUMBER index 4c57270ce8334..fcb8a855b7fa9 100644 --- a/browser_patches/webkit/BUILD_NUMBER +++ b/browser_patches/webkit/BUILD_NUMBER @@ -1,2 +1,2 @@ -1337 -Changed: pavel.feldman@gmail.com Tue Sep 1 13:26:04 PDT 2020 +1338 +Changed: yurys@chromium.org Wed Sep 2 18:07:53 PDT 2020 diff --git a/browser_patches/webkit/patches/bootstrap.diff b/browser_patches/webkit/patches/bootstrap.diff index f8069f8ef420d..d5733989abfa6 100644 --- a/browser_patches/webkit/patches/bootstrap.diff +++ b/browser_patches/webkit/patches/bootstrap.diff @@ -10010,10 +10010,10 @@ index 0000000000000000000000000000000000000000..f356c613945fd263889bc74166bef2b2 +} // namespace WebKit diff --git a/Source/WebKit/UIProcess/InspectorPlaywrightAgent.cpp b/Source/WebKit/UIProcess/InspectorPlaywrightAgent.cpp new file mode 100644 -index 0000000000000000000000000000000000000000..8e3989ef7f9947c685dcbe30d58561dab7f5ea5b +index 0000000000000000000000000000000000000000..1af880600f7a0b4034ea88be0ace8b8408870970 --- /dev/null +++ b/Source/WebKit/UIProcess/InspectorPlaywrightAgent.cpp -@@ -0,0 +1,855 @@ +@@ -0,0 +1,854 @@ +/* + * Copyright (C) 2019 Microsoft Corporation. + * @@ -10499,7 +10499,6 @@ index 0000000000000000000000000000000000000000..8e3989ef7f9947c685dcbe30d58561da + if (!callback->isActive()) + return; + -+ m_browserContexts.clear(); + if (m_client == nullptr) { + callback->sendFailure("no platform delegate to close browser"); + } else {