Bug 22389
Summary: | Animation::property() should return a CSSPropertyID | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Chris Marrin <cmarrin> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dino |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
From https://bugs.webkit.org/show_bug.cgi?id=20368#c6
Animation::property() should use CSSPropertyID, not, int, as the type.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Actually we can't do this because the property returned by Animation::property() can include cAnimateAll and cAnimateNone.