RESOLVED FIXED 110038
Stop passing around SelectorChecker in SelectorQuery, now that SelectorChecker is stack-allocated.
https://bugs.webkit.org/show_bug.cgi?id=110038
Summary Stop passing around SelectorChecker in SelectorQuery, now that SelectorChecke...
Dimitri Glazkov (Google)
Reported 2013-02-16 16:17:05 PST
Stop passing around SelectorChecker, now that it's stack-allocated.
Attachments
Patch (6.57 KB, patch)
2013-02-16 16:19 PST, Dimitri Glazkov (Google)
no flags
Patch for landing (6.48 KB, patch)
2013-02-16 16:50 PST, Dimitri Glazkov (Google)
no flags
Dimitri Glazkov (Google)
Comment 1 2013-02-16 16:19:59 PST
Dimitri Glazkov (Google)
Comment 2 2013-02-16 16:48:32 PST
Comment on attachment 188738 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188738&action=review > Source/WebCore/dom/SelectorQuery.cpp:67 > + SelectorChecker selectorChecker(rootNode->document(), SelectorChecker::QueryingRules); Eerk. This is not needed either. Will fix.
Dimitri Glazkov (Google)
Comment 3 2013-02-16 16:50:13 PST
Created attachment 188743 [details] Patch for landing
WebKit Review Bot
Comment 4 2013-02-17 22:45:53 PST
Comment on attachment 188743 [details] Patch for landing Clearing flags on attachment: 188743 Committed r143152: <http://trac.webkit.org/changeset/143152>
WebKit Review Bot
Comment 5 2013-02-17 22:45:57 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.