[Webkit-unassigned] [Bug 48174] Filter example Chiseled from SVG Wow! is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 24 10:58:51 PDT 2010


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

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




--- Comment #9 from Nikolas Zimmermann <zimmermann at kde.org>  2010-10-24 10:58:50 PST ---
(From update of attachment 71691)
View in context: https://bugs.webkit.org/attachment.cgi?id=71691&action=review

r=me, but please use assignment operators everywhere.

> JavaScriptCore/ChangeLog:19
> +2010-10-24  Dirk Schulze  <krit at webkit.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Filter example Chiseled from SVG Wow! is slow
> +        https://bugs.webkit.org/show_bug.cgi?id=48174
> +
> +        * wtf/ByteArray.h:

ChangeLog contains double entries.

> WebCore/platform/graphics/filters/FEBlend.cpp:106
> +    ByteArray* srcPixelArrayA(srcImageDataA->data()->data());

Please use the assignment operator: ByteArray* srcPixelArrayA = srcImage...

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