commit | a81facfb3bff2ea078465d35be5c16cab9596b9a | [log] [tgz] |
---|---|---|
author | lmoura@igalia.com <lmoura@igalia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Oct 04 14:50:57 2021 +0000 |
committer | lmoura@igalia.com <lmoura@igalia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Oct 04 14:50:57 2021 +0000 |
tree | 008da27b5dc218d5ce385edf8e6479b930f4ef2e | |
parent | 8e2db848f879aede218916e53aa65b1cbb8ffd43 [diff] [blame] |
Fix LTS build after 242443@main Unreviewed build fix. * rendering/RenderBlockFlow.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@283496 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/rendering/RenderBlockFlow.cpp b/Source/WebCore/rendering/RenderBlockFlow.cpp index d644f4d..d6b40db 100644 --- a/Source/WebCore/rendering/RenderBlockFlow.cpp +++ b/Source/WebCore/rendering/RenderBlockFlow.cpp
@@ -35,6 +35,7 @@ #include "HitTestLocation.h" #include "InlineIteratorBox.h" #include "InlineIteratorLine.h" +#include "InlineIteratorTextBox.h" #include "InlineWalker.h" #include "LayoutIntegrationLineLayout.h" #include "LayoutRepainter.h"