Title: [90690] trunk/Source/WebCore
- Revision
- 90690
- Author
- [email protected]
- Date
- 2011-07-10 05:21:00 -0700 (Sun, 10 Jul 2011)
Log Message
Fix the build.
* svg/properties/SVGAttributeToPropertyMap.h: Forward-declare SVGPropertyInfo as a struct
since that's what it is.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (90689 => 90690)
--- trunk/Source/WebCore/ChangeLog 2011-07-10 10:49:26 UTC (rev 90689)
+++ trunk/Source/WebCore/ChangeLog 2011-07-10 12:21:00 UTC (rev 90690)
@@ -1,3 +1,10 @@
+2011-07-10 Mark Rowe <[email protected]>
+
+ Fix the build.
+
+ * svg/properties/SVGAttributeToPropertyMap.h: Forward-declare SVGPropertyInfo as a struct
+ since that's what it is.
+
2011-07-09 Patrick Gansterer <[email protected]>
Unreviewed WinCE build fix for r90680.
Modified: trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h (90689 => 90690)
--- trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h 2011-07-10 10:49:26 UTC (rev 90689)
+++ trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h 2011-07-10 12:21:00 UTC (rev 90690)
@@ -29,7 +29,7 @@
class SVGAnimatedProperty;
class SVGElement;
-class SVGPropertyInfo;
+struct SVGPropertyInfo;
class SVGAttributeToPropertyMap {
public:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes