RESOLVED FIXED 126183
Remove boolean argument from Element::setChildrenAffectBy* methods
https://bugs.webkit.org/show_bug.cgi?id=126183
Summary Remove boolean argument from Element::setChildrenAffectBy* methods
Ryosuke Niwa
Reported 2013-12-23 15:03:57 PST
Remove boolean argument from Element::setChildrenAffectBy* methods
Attachments
Cleanup (4.53 KB, patch)
2013-12-23 15:04 PST, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2013-12-23 15:04:59 PST
Daniel Bates
Comment 2 2013-12-23 15:36:59 PST
Comment on attachment 219933 [details] Cleanup We call setChildrenAffectedByActive(false), setChildrenAffectedByDrag(false) in ElementRareData::resetDynamicRestyleObservations(), <http://trac.webkit.org/browser/trunk/Source/WebCore/dom/ElementRareData.h?rev=159191#L225>
Daniel Bates
Comment 3 2013-12-23 15:42:42 PST
Comment on attachment 219933 [details] Cleanup My bad. ElementRareData defines setChildrenAffectedByDrag()and setChildrenAffectedByActive().
WebKit Commit Bot
Comment 4 2013-12-23 16:45:03 PST
Comment on attachment 219933 [details] Cleanup Clearing flags on attachment: 219933 Committed r161037: <http://trac.webkit.org/changeset/161037>
WebKit Commit Bot
Comment 5 2013-12-23 16:45:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.