[webkit-reviews] review granted: [Bug 32787] SVG Mask result wrong, if two different objects call the same mask id : [Attachment 45522] Create more than one SVG Mask resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 27 06:32:55 PST 2009


Nikolas Zimmermann <zimmermann at kde.org> has granted Dirk Schulze
<krit at webkit.org>'s request for review:
Bug 32787: SVG Mask result wrong, if two different objects call the same mask
id
https://bugs.webkit.org/show_bug.cgi?id=32787

Attachment 45522: Create more than one SVG Mask resource
https://bugs.webkit.org/attachment.cgi?id=45522&action=review

------- Additional Comments from Nikolas Zimmermann <zimmermann at kde.org>
LGTM, r=me.

Please remove trailing spaces, before landing below:

> Index: WebCore/svg/graphics/SVGResourceFilter.cpp
> ===================================================================
> --- WebCore/svg/graphics/SVGResourceFilter.cpp	(revision 52220)
> +++ WebCore/svg/graphics/SVGResourceFilter.cpp	(working copy)
> @@ -52,7 +52,7 @@ SVGResourceFilter::SVGResourceFilter(con
>      , m_savedContext(0)
>      , m_sourceGraphicBuffer(0)
>  {
> -    m_filterBuilder.set(new SVGFilterBuilder());
> +    m_filterBuilder.set(new SVGFilterBuilder());    
>  }


More information about the webkit-reviews mailing list