From b6eb8e0a90197789478c5f34e6ed7614f364654e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 4 Dec 2020 17:45:18 -0800 Subject: [PATCH] browser(webkit): fix mac build (#4605) --- browser_patches/webkit/BUILD_NUMBER | 4 ++-- browser_patches/webkit/patches/bootstrap.diff | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/browser_patches/webkit/BUILD_NUMBER b/browser_patches/webkit/BUILD_NUMBER index 4e2345b201..9af656eca1 100644 --- a/browser_patches/webkit/BUILD_NUMBER +++ b/browser_patches/webkit/BUILD_NUMBER @@ -1,2 +1,2 @@ -1397 -Changed: yurys@chromium.org Fri 04 Dec 2020 12:19:42 PM PST +1398 +Changed: yurys@chromium.org Fri 04 Dec 2020 05:44:45 PM PST diff --git a/browser_patches/webkit/patches/bootstrap.diff b/browser_patches/webkit/patches/bootstrap.diff index 352856401d..d69722775b 100644 --- a/browser_patches/webkit/patches/bootstrap.diff +++ b/browser_patches/webkit/patches/bootstrap.diff @@ -7831,6 +7831,18 @@ index 5f35531de116eb5de98f24cdf8cbc66c30e47508..5430009f5a26c02607eb6e9961800b76 UIProcess/wpe/WebPageProxyWPE.cpp WebProcess/GPU/media/gstreamer/VideoLayerRemoteGStreamer.cpp +diff --git a/Source/WebKit/UIProcess/API/APIInspectorExtension.h b/Source/WebKit/UIProcess/API/APIInspectorExtension.h +index 7e0f18afe2c94ec97527f6b7afb40daceee0480b..dacd4c7e0f769bb055c20e646ff84ee37bb3117f 100644 +--- a/Source/WebKit/UIProcess/API/APIInspectorExtension.h ++++ b/Source/WebKit/UIProcess/API/APIInspectorExtension.h +@@ -29,6 +29,7 @@ + + #include "APIObject.h" + #include ++#include + + namespace API { + diff --git a/Source/WebKit/UIProcess/API/APIProcessPoolConfiguration.cpp b/Source/WebKit/UIProcess/API/APIProcessPoolConfiguration.cpp index 18585f61bb6ecabec39ff0c03b862c65856dca24..21bab039d1f6116ebf9c59bc42a695a45f4701e8 100644 --- a/Source/WebKit/UIProcess/API/APIProcessPoolConfiguration.cpp