Title: [174522] trunk/Source/WebCore
Revision
174522
Author
cdu...@apple.com
Date
2014-10-09 13:20:38 -0700 (Thu, 09 Oct 2014)

Log Message

Unreviewed GTK build fix after r174504.

Missing header include.

* rendering/svg/SVGTextQuery.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174521 => 174522)


--- trunk/Source/WebCore/ChangeLog	2014-10-09 19:52:04 UTC (rev 174521)
+++ trunk/Source/WebCore/ChangeLog	2014-10-09 20:20:38 UTC (rev 174522)
@@ -1,3 +1,11 @@
+2014-10-09  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed GTK build fix after r174504.
+
+        Missing header include.
+
+        * rendering/svg/SVGTextQuery.cpp:
+
 2014-10-09  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Remove second-to-last client of WebFontCache

Modified: trunk/Source/WebCore/rendering/svg/SVGTextQuery.cpp (174521 => 174522)


--- trunk/Source/WebCore/rendering/svg/SVGTextQuery.cpp	2014-10-09 19:52:04 UTC (rev 174521)
+++ trunk/Source/WebCore/rendering/svg/SVGTextQuery.cpp	2014-10-09 20:20:38 UTC (rev 174522)
@@ -24,6 +24,7 @@
 #include "InlineFlowBox.h"
 #include "RenderBlockFlow.h"
 #include "RenderInline.h"
+#include "RenderSVGText.h"
 #include "SVGInlineTextBox.h"
 #include "VisiblePosition.h"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to