Title: [89525] trunk/Source/WebCore
Revision
89525
Author
[email protected]
Date
2011-06-22 20:49:06 -0700 (Wed, 22 Jun 2011)

Log Message

Another unreviewed build fix after r89472.

No new tests, just a build fix.

* rendering/svg/SVGResources.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89524 => 89525)


--- trunk/Source/WebCore/ChangeLog	2011-06-23 03:26:53 UTC (rev 89524)
+++ trunk/Source/WebCore/ChangeLog	2011-06-23 03:49:06 UTC (rev 89525)
@@ -1,5 +1,13 @@
 2011-06-22  Yael Aharon  <[email protected]>
 
+        Another unreviewed build fix after r89472.
+
+        No new tests, just a build fix.
+
+        * rendering/svg/SVGResources.cpp:
+
+2011-06-22  Yael Aharon  <[email protected]>
+
         Unreviewed build fix after r89472.
 
         No new tests, just a build fix.

Modified: trunk/Source/WebCore/rendering/svg/SVGResources.cpp (89524 => 89525)


--- trunk/Source/WebCore/rendering/svg/SVGResources.cpp	2011-06-23 03:26:53 UTC (rev 89524)
+++ trunk/Source/WebCore/rendering/svg/SVGResources.cpp	2011-06-23 03:49:06 UTC (rev 89525)
@@ -33,6 +33,10 @@
 #include "SVGRenderStyle.h"
 #include "SVGURIReference.h"
 
+#ifndef NDEBUG
+#include <stdio.h>
+#endif
+
 namespace WebCore {
 
 SVGResources::SVGResources()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to