[Webkit-unassigned] [Bug 41188] Animations should not require from/to keyframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 16:50:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41188


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59809|review?                     |review+
               Flag|                            |




--- Comment #13 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-06-25 16:50:21 PST ---
(From update of attachment 59809)
> +    RefPtr<RenderStyle> keyframeStyle;
>      
>      // Construct and populate the style for each keyframe
>      for (unsigned i = 0; i < rule->length(); ++i) {

You should declare keyframeStyle inside the loop.

> +        keyframeStyle.release();
> +        

Extra blank line here.

r=me

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list