Title: [282321] trunk/Source/WebCore
Revision
282321
Author
[email protected]
Date
2021-09-13 00:52:33 -0700 (Mon, 13 Sep 2021)

Log Message

Unreviewed build fix for Ubuntu LTS/Debian r282270

* rendering/LegacyInlineTextBox.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (282320 => 282321)


--- trunk/Source/WebCore/ChangeLog	2021-09-13 03:22:54 UTC (rev 282320)
+++ trunk/Source/WebCore/ChangeLog	2021-09-13 07:52:33 UTC (rev 282321)
@@ -1,3 +1,9 @@
+2021-09-13  Diego Pino Garcia  <[email protected]>
+
+        Unreviewed build fix for Ubuntu LTS/Debian r282270 
+
+        * rendering/LegacyInlineTextBox.h:
+
 2021-09-12  Alan Bujtas  <[email protected]>
 
         [LFC][IFC] Add scrollable overflow to LineGeometry

Modified: trunk/Source/WebCore/rendering/LegacyInlineTextBox.h (282320 => 282321)


--- trunk/Source/WebCore/rendering/LegacyInlineTextBox.h	2021-09-13 03:22:54 UTC (rev 282320)
+++ trunk/Source/WebCore/rendering/LegacyInlineTextBox.h	2021-09-13 07:52:33 UTC (rev 282321)
@@ -24,12 +24,12 @@
 
 #include "LegacyInlineBox.h"
 #include "RenderText.h"
+#include "TextBoxSelectableRange.h"
 #include "TextRun.h"
 
 namespace WebCore {
 
 class RenderCombineText;
-struct TextBoxSelectableRange;
 
 const unsigned short cNoTruncation = USHRT_MAX;
 const unsigned short cFullTruncation = USHRT_MAX - 1;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to