[Webkit-unassigned] [Bug 45812] Filter builder should be able to follow the filter object dependencies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 04:17:02 PDT 2010


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68896|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #14 from Dirk Schulze <krit at webkit.org>  2010-09-27 04:17:01 PST ---
(From update of attachment 68896)
View in context: https://bugs.webkit.org/attachment.cgi?id=68896&action=review

Great ptach! Please change the two issues above before landing. r=me.

> WebCore/svg/graphics/filters/SVGFilterBuilder.cpp:78
> +    int numberOfInputEffects = effect->inputEffects().size();

should be unsigned

> WebCore/svg/graphics/filters/SVGFilterBuilder.cpp:81
> +    for (int i = 0; i < numberOfInputEffects; ++i)

ditto.

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