[Webkit-unassigned] [Bug 53232] LightElement changes does not require relayout.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 00:37:53 PST 2011


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





--- Comment #6 from Zoltan Herczeg <zherczeg at webkit.org>  2011-02-01 00:37:53 PST ---
Thanks for the review.

> > Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp:123
> > +    ASSERT_NOT_REACHED();
> 
> Is this assertion correct here? Why can't/shouldn't we pass a wrong attribute here?

That is correct, since the function is (transitively) called from another function of the same Element, if it recognised the attribute. Thus wrong / unknown attributes should not be passed to this particular function.

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