File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -1785,7 +1785,7 @@ index b9ce2042ff73fb427897e3d2d9cbf816d0e16bb8..2076f889cd553d207bacff2f1ff4daf8
1785
1785
#endif
1786
1786
1787
1787
diff --git a/Source/WebCore/DerivedSources.make b/Source/WebCore/DerivedSources.make
1788
- index 4cfce5b3bff69b658e049f9b3686840f2b3c2258..eb8aed4bd335473f8a9698d3afca20913a0f60b5 100644
1788
+ index 4cfce5b3bff69b658e049f9b3686840f2b3c2258..2e757cb8de7bf7c741cf23a3059a591a94225067 100644
1789
1789
--- a/Source/WebCore/DerivedSources.make
1790
1790
+++ b/Source/WebCore/DerivedSources.make
1791
1791
@@ -760,6 +760,10 @@ JS_BINDING_IDLS := \
@@ -1799,6 +1799,16 @@ index 4cfce5b3bff69b658e049f9b3686840f2b3c2258..eb8aed4bd335473f8a9698d3afca2091
1799
1799
$(WebCore)/dom/Text.idl \
1800
1800
$(WebCore)/dom/TextDecoder.idl \
1801
1801
$(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)
1802
1812
diff --git a/Source/WebCore/Modules/geolocation/Geolocation.cpp b/Source/WebCore/Modules/geolocation/Geolocation.cpp
1803
1813
index 6d5be9a591a272cd67d6e9d097b30505bdf8ae5e..8f67ba28c380e844c8e4191ee704466559d88f97 100644
1804
1814
--- a/Source/WebCore/Modules/geolocation/Geolocation.cpp
You can’t perform that action at this time.
0 commit comments