From 56e1aeb572d70e3af8bf4401d10e0bdc649fbd67 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Fri, 3 Feb 2023 14:52:39 +0000 Subject: [PATCH] Fix non-unified build =================================================================== Gbp-Pq: Name fix-nonunified-build.patch --- Source/WebCore/html/HTMLInputElement.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/WebCore/html/HTMLInputElement.cpp b/Source/WebCore/html/HTMLInputElement.cpp index 364b6e1b53..2a0d3adcf4 100644 --- a/Source/WebCore/html/HTMLInputElement.cpp +++ b/Source/WebCore/html/HTMLInputElement.cpp @@ -43,6 +43,7 @@ #include "DocumentInlines.h" #include "Editor.h" #include "ElementInlines.h" +#include "EventLoop.h" #include "EventNames.h" #include "FileChooser.h" #include "FileInputType.h" -- 2.30.2