[webkit-help] CSS Property Undefined Errors

Julien Chaffraix julien.chaffraix at gmail.com
Sat Feb 11 07:46:39 PST 2012


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


More information about the webkit-help mailing list