Title: [152619] trunk/Source/WebCore
Revision
152619
Author
[email protected]
Date
2013-07-14 17:47:53 -0700 (Sun, 14 Jul 2013)

Log Message

Mac build fix attempt after r152615.

* svg/SVGFilterElement.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (152618 => 152619)


--- trunk/Source/WebCore/ChangeLog	2013-07-15 00:45:12 UTC (rev 152618)
+++ trunk/Source/WebCore/ChangeLog	2013-07-15 00:47:53 UTC (rev 152619)
@@ -1,5 +1,11 @@
 2013-07-14  Ryosuke Niwa  <[email protected]>
 
+        Mac build fix attempt after r152615.
+
+        * svg/SVGFilterElement.h:
+
+2013-07-14  Ryosuke Niwa  <[email protected]>
+
         Modernize QualifiedName by wrapping gNameCache in a function and using more early exits
         https://bugs.webkit.org/show_bug.cgi?id=118299
 

Modified: trunk/Source/WebCore/svg/SVGFilterElement.h (152618 => 152619)


--- trunk/Source/WebCore/svg/SVGFilterElement.h	2013-07-15 00:45:12 UTC (rev 152618)
+++ trunk/Source/WebCore/svg/SVGFilterElement.h	2013-07-15 00:47:53 UTC (rev 152619)
@@ -29,6 +29,7 @@
 #include "SVGAnimatedInteger.h"
 #include "SVGAnimatedLength.h"
 #include "SVGExternalResourcesRequired.h"
+#include "SVGNames.h"
 #include "SVGStyledElement.h"
 #include "SVGURIReference.h"
 #include "SVGUnitTypes.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to