browser(webkit): build fix (#4247)

This commit is contained in:
Yury Semikhatsky 2020-10-26 18:52:25 -07:00 committed by GitHub
parent 163cf1befd
commit 39637a4ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1367
Changed: yurys@chromium.org Mon 26 Oct 2020 05:39:40 PM PDT
1368
Changed: yurys@chromium.org Mon 26 Oct 2020 06:51:45 PM PDT

View File

@ -1762,7 +1762,7 @@ index 4cd4740f422af662f21241215fb34855e0255b5f..3e977dee342697dba8c1c60177a1624c
#endif
diff --git a/Source/WebCore/DerivedSources.make b/Source/WebCore/DerivedSources.make
index 5e3f1bd26e8eb13fdc63cef4d601e5f7ebb468c7..088416254c0022fe3499ec0cb4965dc994ad4c1f 100644
index 5e3f1bd26e8eb13fdc63cef4d601e5f7ebb468c7..514b713d8291c8faee6a1a83f921658b9fa3dfad 100644
--- a/Source/WebCore/DerivedSources.make
+++ b/Source/WebCore/DerivedSources.make
@@ -760,6 +760,10 @@ JS_BINDING_IDLS = \
@ -1772,7 +1772,7 @@ index 5e3f1bd26e8eb13fdc63cef4d601e5f7ebb468c7..088416254c0022fe3499ec0cb4965dc9
+ $(WebCore)/dom/Document+Touch.idl \
+ $(WebCore)/dom/Touch.idl \
+ $(WebCore)/dom/TouchEvent.idl \
+ $(WebCore)/dom/TouchList.idl
+ $(WebCore)/dom/TouchList.idl \
$(WebCore)/dom/Text.idl \
$(WebCore)/dom/TextDecoder.idl \
$(WebCore)/dom/TextDecoderStream.idl \