From b74af2269f0b178f97ed82b58698d9c04f240959 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 22 Mar 2021 14:34:58 -0700 Subject: [PATCH] browser(webkit): fix mac compilation after latest roll (#5909) --- browser_patches/webkit/BUILD_NUMBER | 4 ++-- browser_patches/webkit/patches/bootstrap.diff | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/browser_patches/webkit/BUILD_NUMBER b/browser_patches/webkit/BUILD_NUMBER index 58be25e425..5a652fd537 100644 --- a/browser_patches/webkit/BUILD_NUMBER +++ b/browser_patches/webkit/BUILD_NUMBER @@ -1,2 +1,2 @@ -1447 -Changed: yurys@chromium.org Mon 22 Mar 2021 09:24:28 AM PDT +1448 +Changed: yurys@chromium.org Mon 22 Mar 2021 02:33:53 PM PDT diff --git a/browser_patches/webkit/patches/bootstrap.diff b/browser_patches/webkit/patches/bootstrap.diff index 74323f933f..3e538b7ef8 100644 --- a/browser_patches/webkit/patches/bootstrap.diff +++ b/browser_patches/webkit/patches/bootstrap.diff @@ -14404,10 +14404,18 @@ index 94e4a4d7e4f8e16f20ecb94a7eb048fe629358be..cb508bc16d3acbb7a80c22ef353f9b13 namespace WebKit { diff --git a/Source/WebKit/UIProcess/WebContextMenuProxy.h b/Source/WebKit/UIProcess/WebContextMenuProxy.h -index 1b8fcc84664f309afe5f4eacd28b5413c1b1b907..9c859e579c6ec6283646b664010a4beb5cbcf35b 100644 +index 1b8fcc84664f309afe5f4eacd28b5413c1b1b907..280cf47fe75b2c13062090512b3250c9012984a9 100644 --- a/Source/WebKit/UIProcess/WebContextMenuProxy.h +++ b/Source/WebKit/UIProcess/WebContextMenuProxy.h -@@ -45,6 +45,7 @@ public: +@@ -33,6 +33,7 @@ + #include + #include + ++OBJC_CLASS NSArray; + OBJC_CLASS NSMenu; + + namespace WebKit { +@@ -45,6 +46,7 @@ public: virtual ~WebContextMenuProxy(); virtual void show();