[Webkit-unassigned] [Bug 42272] Canvas: Fast-path for assigning the same color string as before to fillStyle or strokeStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 12:19:25 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #5 from Darin Adler <darin at apple.com>  2010-07-14 12:19:25 PST ---
(From update of attachment 61546)
>  JSValue JSCanvasRenderingContext2D::strokeStyle(ExecState* exec) const
>  {
>      CanvasRenderingContext2D* context = static_cast<CanvasRenderingContext2D*>(impl());
> +
>      return toJS(exec, context->strokeStyle());        
>  }

Stray change here.

-- 
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