RESOLVED FIXED 24937
NamedNodeMap and NamedAttrMap should not be separate classes
https://bugs.webkit.org/show_bug.cgi?id=24937
Summary NamedNodeMap and NamedAttrMap should not be separate classes
Darin Adler
Reported 2009-03-30 09:53:52 PDT
There's an abstraction in WebCore that's not needed. The only kind of NamedNodeMap we support is a NamedAttrMap. This should be removed. It's causing problems and costing us unnecessary runtime overhead.
Attachments
patch (41.07 KB, patch)
2009-03-30 10:04 PDT, Darin Adler
aroben: review+
Darin Adler
Comment 1 2009-03-30 10:04:55 PDT
Adam Roben (:aroben)
Comment 2 2009-03-30 10:06:37 PDT
Comment on attachment 29074 [details] patch r=me
Darin Adler
Comment 3 2009-03-30 10:27:06 PDT
Lucas Forschler
Comment 4 2019-02-06 09:03:13 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.