[Webkit-unassigned] [Bug 77930] INPUT shouldn't create ShadowRoot dynamically.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 21:56:05 PST 2012


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





--- Comment #7 from Shinya Kawanaka <shinyak at chromium.org>  2012-02-09 21:56:05 PST ---
(From update of attachment 126420)
View in context: https://bugs.webkit.org/attachment.cgi?id=126420&action=review

>> Source/WebCore/html/InputType.cpp:382
>> +        while (root->hasChildNodes())
> 
> What about root->removeAllChildren() or root->removeChildren()
> 
> *I’m not sure which one of these you want. Probably removeChildren.*

Ah, I didn't notice ContainerNode has removeChildren() method...

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