Title: [89254] trunk/Source/WebCore
Revision
89254
Author
[email protected]
Date
2011-06-20 10:18:47 -0700 (Mon, 20 Jun 2011)

Log Message

2011-06-20  Andras Becsi  <[email protected]>

        Unreviewed build fix.

        [Qt][V8] Include missing UnusedParam.h.

        No new tests needed.

        * rendering/svg/SVGTextLayoutEngineSpacing.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89253 => 89254)


--- trunk/Source/WebCore/ChangeLog	2011-06-20 17:01:53 UTC (rev 89253)
+++ trunk/Source/WebCore/ChangeLog	2011-06-20 17:18:47 UTC (rev 89254)
@@ -1,5 +1,15 @@
 2011-06-20  Andras Becsi  <[email protected]>
 
+        Unreviewed build fix.
+
+        [Qt][V8] Include missing UnusedParam.h.
+
+        No new tests needed.
+
+        * rendering/svg/SVGTextLayoutEngineSpacing.cpp:
+
+2011-06-20  Andras Becsi  <[email protected]>
+
         Rubber-stamped by Csaba Osztrogonác.
 
         [Qt][V8] Remove non-existing headers from project file.

Modified: trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.cpp (89253 => 89254)


--- trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.cpp	2011-06-20 17:01:53 UTC (rev 89253)
+++ trunk/Source/WebCore/rendering/svg/SVGTextLayoutEngineSpacing.cpp	2011-06-20 17:18:47 UTC (rev 89254)
@@ -29,6 +29,8 @@
 #include "SVGFontData.h"
 #include "SVGFontElement.h"
 #include "SVGFontFaceElement.h"
+#else
+#include <wtf/UnusedParam.h>
 #endif
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to