[Webkit-unassigned] [Bug 41129] CSSSelector: Avoid chaining tagHistory of CSSSelector, which causes stack overflow.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 01:27:31 PDT 2010


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





--- Comment #23 from Hayato Ito <hayato at chromium.org>  2010-07-16 01:27:31 PST ---
(In reply to comment #21)
> inline SelectorBag::SelectorBag()

Hi Darin,

Thank you for the review. I appreciate your help.

I have one question. To implement CSSSelectorBag as you suggested, using Vector as 'Stack' is better than using it like a 'Deque', isn't it?
Because order of delete doesn't matter, we don't have to use the Vector like a 'deque'.

I've posted a patch for the review. Could you review it?

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