Title: [276119] trunk/Source/WebCore
- Revision
- 276119
- Author
- lmo...@igalia.com
- Date
- 2021-04-15 23:25:28 -0700 (Thu, 15 Apr 2021)
Log Message
REGRESSION(r276039) [GTK] Build failures on Ubuntu 18.04
https://bugs.webkit.org/show_bug.cgi?id=224644
<rdar://problem/76742835>
Unreviewed build fix.
* bindings/js/JSDOMSetLike.cpp: Add missing Inlines header as
suggested by Mark.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (276118 => 276119)
--- trunk/Source/WebCore/ChangeLog 2021-04-16 05:37:57 UTC (rev 276118)
+++ trunk/Source/WebCore/ChangeLog 2021-04-16 06:25:28 UTC (rev 276119)
@@ -1,3 +1,14 @@
+2021-04-15 Lauro Moura <lmo...@igalia.com>
+
+ REGRESSION(r276039) [GTK] Build failures on Ubuntu 18.04
+ https://bugs.webkit.org/show_bug.cgi?id=224644
+ <rdar://problem/76742835>
+
+ Unreviewed build fix.
+
+ * bindings/js/JSDOMSetLike.cpp: Add missing Inlines header as
+ suggested by Mark.
+
2021-04-15 Don Olmstead <don.olmst...@sony.com>
Remove TilingData class
Modified: trunk/Source/WebCore/bindings/js/JSDOMSetLike.cpp (276118 => 276119)
--- trunk/Source/WebCore/bindings/js/JSDOMSetLike.cpp 2021-04-16 05:37:57 UTC (rev 276118)
+++ trunk/Source/WebCore/bindings/js/JSDOMSetLike.cpp 2021-04-16 06:25:28 UTC (rev 276119)
@@ -29,6 +29,7 @@
#include "WebCoreJSClientData.h"
#include <_javascript_Core/CatchScope.h>
#include <_javascript_Core/JSSet.h>
+#include <_javascript_Core/JSSetInlines.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes