[Webkit-unassigned] [Bug 13233] Need to implement an optimizing XPath evaluator
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 31 17:05:19 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=13233
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #30812|review? |review+
Flag| |
------- Comment #7 from darin at apple.com 2009-05-31 17:05 PDT -------
(From update of attachment 30812)
> + void addSubExpression(Expression* expr)
> + {
> + m_subExpressions.append(expr);
> + m_isContextNodeSensitive = m_isContextNodeSensitive || expr->m_isContextNodeSensitive;
> + m_isContextPositionSensitive = m_isContextPositionSensitive || expr->m_isContextPositionSensitive;
> + m_isContextSizeSensitive = m_isContextSizeSensitive || expr->m_isContextSizeSensitive;
> + }
How about using |= here?
r=me
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list