Hi, > 4>..\page\animation\AnimationBase.cpp(1051) : error C2065: 'CSSPropertyFill' > : undeclared identifier
[snipped the rest of the errors] Those properties are part of SVG. > So any help here to resolve this error.. > > I checked the generated CSSPropertyNames.h but these are not found in the > file.. AnimationBase is properly guarding the properties against the case you are not building SVG (by default you build SVG) so that shouldn't be an issue. It looks like Source/WebCore/css/SVGCSSPropertyNames.in is not taken into account when you generate your CSS properties. I would try to understand why it's not as I have no clue what could be wrong. Thanks, Julien _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
