[Webkit-unassigned] [Bug 70173] REGRESSION(r97533): fast/forms/select-script-onchange.html failed after

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 15 11:14:45 PDT 2011


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-10-15 11:14:45 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=111075&action=review

> Source/WebCore/html/HTMLOptionElement.cpp:192
> -    HTMLSelectElement* select = ownerSelectElement();
> -    if (select)
> -        select->childrenChanged(changedByParser);
> +    if (HTMLSelectElement* select = ownerSelectElement())
> +        select->optionElementChildrenChanged();

Maybe this change?

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