Title: [152400] trunk/Source/WebCore
Revision
152400
Author
ch.du...@sisa.samsung.com
Date
2013-07-04 08:33:32 -0700 (Thu, 04 Jul 2013)

Log Message

Unreviewed build fix after r152399.

Add missing header include for SVGNames.h.

* svg/SVGImageElement.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (152399 => 152400)


--- trunk/Source/WebCore/ChangeLog	2013-07-04 13:58:13 UTC (rev 152399)
+++ trunk/Source/WebCore/ChangeLog	2013-07-04 15:33:32 UTC (rev 152400)
@@ -1,3 +1,11 @@
+2013-07-04  Christophe Dumez  <ch.du...@sisa.samsung.com>
+
+        Unreviewed build fix after r152399.
+
+        Add missing header include for SVGNames.h.
+
+        * svg/SVGImageElement.h:
+
 2013-07-04  Gyuyoung Kim  <gyuyoung....@samsung.com>
 
         Change static_cast<SVGImageElement*> with toSVGImageElement

Modified: trunk/Source/WebCore/svg/SVGImageElement.h (152399 => 152400)


--- trunk/Source/WebCore/svg/SVGImageElement.h	2013-07-04 13:58:13 UTC (rev 152399)
+++ trunk/Source/WebCore/svg/SVGImageElement.h	2013-07-04 15:33:32 UTC (rev 152400)
@@ -28,6 +28,7 @@
 #include "SVGExternalResourcesRequired.h"
 #include "SVGGraphicsElement.h"
 #include "SVGImageLoader.h"
+#include "SVGNames.h"
 #include "SVGURIReference.h"
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to