[Webkit-unassigned] [Bug 22518] Element subclasses need only pass an optional prefix in their constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 26 18:00:41 PST 2008


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





------- Comment #4 from koivisto at iki.fi  2008-11-26 18:00 PDT -------
Two QualifiedNames are the same if all components including prefix are equal.
We have massive amounts of code that does things like e->hasTagName(htmlTag)
which reduces to simple pointer equality comparison and would break if prefix
differs from null. I think fixing this would be wider change than just adding a
parameter. This needs to be thought through before checking in anything.


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