Title: [243137] trunk/Source/WebCore
Revision
243137
Author
[email protected]
Date
2019-03-19 06:46:25 -0700 (Tue, 19 Mar 2019)

Log Message

Unreviewed GTK build fix
https://bugs.webkit.org/show_bug.cgi?id=195863
<rdar://problem/49006248>

Patch by Diego Pino.

* svg/SVGTests.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243136 => 243137)


--- trunk/Source/WebCore/ChangeLog	2019-03-19 13:36:05 UTC (rev 243136)
+++ trunk/Source/WebCore/ChangeLog	2019-03-19 13:46:25 UTC (rev 243137)
@@ -1,5 +1,15 @@
 2019-03-19  Michael Catanzaro  <[email protected]>
 
+        Unreviewed GTK build fix
+        https://bugs.webkit.org/show_bug.cgi?id=195863
+        <rdar://problem/49006248>
+
+        Patch by Diego Pino.
+
+        * svg/SVGTests.h:
+
+2019-03-19  Michael Catanzaro  <[email protected]>
+
         Unreviewed, rolling out r243132.
 
         Broke GTK build

Modified: trunk/Source/WebCore/svg/SVGTests.h (243136 => 243137)


--- trunk/Source/WebCore/svg/SVGTests.h	2019-03-19 13:36:05 UTC (rev 243136)
+++ trunk/Source/WebCore/svg/SVGTests.h	2019-03-19 13:46:25 UTC (rev 243137)
@@ -21,6 +21,7 @@
 
 #pragma once
 
+#include "QualifiedName.h"
 #include "SVGStringList.h"
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to