[Webkit-unassigned] [Bug 106963] Move TreeScope pointer to ContainerNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 17:37:53 PST 2013


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





--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2013-01-15 17:39:37 PST ---
(From update of attachment 182882)
View in context: https://bugs.webkit.org/attachment.cgi?id=182882&action=review

> Source/WebCore/dom/Node.h:810
> +    union {
> +        ContainerNode* m_parentOrHostNode;
> +        TreeScope* m_treeScopeForParentlessNonContainer;
> +    };

It's very unfortunate that we have to use union for such an edge case :(

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