RESOLVED FIXED 104244
Use ownerNode() instead of base() in HTMLCollection
https://bugs.webkit.org/show_bug.cgi?id=104244
Summary Use ownerNode() instead of base() in HTMLCollection
Ryosuke Niwa
Reported 2012-12-06 02:12:46 PST
Use ownerNode() instead of base() in HTMLCollection
Attachments
Cleanup (22.30 KB, patch)
2012-12-06 02:17 PST, Ryosuke Niwa
abarth: review+
Ryosuke Niwa
Comment 1 2012-12-06 02:17:03 PST
Ryosuke Niwa
Comment 2 2012-12-06 02:19:22 PST
Comment on attachment 177976 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=177976&action=review > Source/WebCore/html/HTMLCollection.h:-65 > - Node* base() const { return ownerNode(); } This entire patch exists to remove this one line :(
Ryosuke Niwa
Comment 3 2012-12-06 09:53:37 PST
Note You need to log in before you can comment on or make changes to this bug.