Title: [265651] releases/WebKitGTK/webkit-2.30/Source/WebCore
Revision
265651
Author
[email protected]
Date
2020-08-13 23:38:43 -0700 (Thu, 13 Aug 2020)

Log Message

Merge r265559 - Unreviewed non-unified build fix.

No new tests needed.

* accessibility/AccessibilityMenuListOption.cpp: Add missing inclusion of
HTMLSelectElement.h.
* page/Quirks.h: Add mising forward declaration of HTMLVideoElement.
* page/UndoItem.cpp: Add missing inclusion of Document.h.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.30/Source/WebCore/ChangeLog (265650 => 265651)


--- releases/WebKitGTK/webkit-2.30/Source/WebCore/ChangeLog	2020-08-14 06:01:44 UTC (rev 265650)
+++ releases/WebKitGTK/webkit-2.30/Source/WebCore/ChangeLog	2020-08-14 06:38:43 UTC (rev 265651)
@@ -1,3 +1,14 @@
+2020-08-12  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed non-unified build fix.
+
+        No new tests needed.
+
+        * accessibility/AccessibilityMenuListOption.cpp: Add missing inclusion of
+        HTMLSelectElement.h.
+        * page/Quirks.h: Add mising forward declaration of HTMLVideoElement.
+        * page/UndoItem.cpp: Add missing inclusion of Document.h.
+
 2020-08-12  Carlos Garcia Campos  <[email protected]>
 
         REGRESSION(r261570): [GTK] Fails to send drop event to _javascript_

Modified: releases/WebKitGTK/webkit-2.30/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp (265650 => 265651)


--- releases/WebKitGTK/webkit-2.30/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp	2020-08-14 06:01:44 UTC (rev 265650)
+++ releases/WebKitGTK/webkit-2.30/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp	2020-08-14 06:38:43 UTC (rev 265651)
@@ -30,6 +30,7 @@
 #include "AccessibilityMenuListPopup.h"
 #include "HTMLNames.h"
 #include "HTMLOptionElement.h"
+#include "HTMLSelectElement.h"
 
 namespace WebCore {
 

Modified: releases/WebKitGTK/webkit-2.30/Source/WebCore/page/Quirks.h (265650 => 265651)


--- releases/WebKitGTK/webkit-2.30/Source/WebCore/page/Quirks.h	2020-08-14 06:01:44 UTC (rev 265650)
+++ releases/WebKitGTK/webkit-2.30/Source/WebCore/page/Quirks.h	2020-08-14 06:38:43 UTC (rev 265651)
@@ -35,6 +35,7 @@
 class EventListener;
 class EventTarget;
 class HTMLElement;
+class HTMLVideoElement;
 class LayoutUnit;
 
 class Quirks {

Modified: releases/WebKitGTK/webkit-2.30/Source/WebCore/page/UndoItem.cpp (265650 => 265651)


--- releases/WebKitGTK/webkit-2.30/Source/WebCore/page/UndoItem.cpp	2020-08-14 06:01:44 UTC (rev 265650)
+++ releases/WebKitGTK/webkit-2.30/Source/WebCore/page/UndoItem.cpp	2020-08-14 06:38:43 UTC (rev 265651)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "UndoItem.h"
 
+#include "Document.h"
 #include "UndoManager.h"
 #include <wtf/IsoMallocInlines.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to