Skip to content

Commit 031f0bf

Browse files
authored
browser(webkit): fix mac build failure caused by touch events (#4330)
1 parent c6b4263 commit 031f0bf

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1376
2-
Changed: [email protected] Tue 03 Nov 2020 02:47:20 PM PST
1+
1377
2+
Changed: [email protected] Tue 03 Nov 2020 03:59:48 PM PST

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ index b9ce2042ff73fb427897e3d2d9cbf816d0e16bb8..2076f889cd553d207bacff2f1ff4daf8
17851785
#endif
17861786

17871787
diff --git a/Source/WebCore/DerivedSources.make b/Source/WebCore/DerivedSources.make
1788-
index 4cfce5b3bff69b658e049f9b3686840f2b3c2258..eb8aed4bd335473f8a9698d3afca20913a0f60b5 100644
1788+
index 4cfce5b3bff69b658e049f9b3686840f2b3c2258..2e757cb8de7bf7c741cf23a3059a591a94225067 100644
17891789
--- a/Source/WebCore/DerivedSources.make
17901790
+++ b/Source/WebCore/DerivedSources.make
17911791
@@ -760,6 +760,10 @@ JS_BINDING_IDLS := \
@@ -1799,6 +1799,16 @@ index 4cfce5b3bff69b658e049f9b3686840f2b3c2258..eb8aed4bd335473f8a9698d3afca2091
17991799
$(WebCore)/dom/Text.idl \
18001800
$(WebCore)/dom/TextDecoder.idl \
18011801
$(WebCore)/dom/TextDecoderStream.idl \
1802+
@@ -1283,9 +1287,6 @@ JS_BINDING_IDLS := \
1803+
ADDITIONAL_BINDING_IDLS = \
1804+
DocumentTouch.idl \
1805+
GestureEvent.idl \
1806+
- Touch.idl \
1807+
- TouchEvent.idl \
1808+
- TouchList.idl \
1809+
#
1810+
1811+
vpath %.in $(WEBKITADDITIONS_HEADER_SEARCH_PATHS)
18021812
diff --git a/Source/WebCore/Modules/geolocation/Geolocation.cpp b/Source/WebCore/Modules/geolocation/Geolocation.cpp
18031813
index 6d5be9a591a272cd67d6e9d097b30505bdf8ae5e..8f67ba28c380e844c8e4191ee704466559d88f97 100644
18041814
--- a/Source/WebCore/Modules/geolocation/Geolocation.cpp

0 commit comments

Comments
 (0)