Use ownerNode() instead of base() in HTMLCollection
Created attachment 177976 [details] Cleanup
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 :(
Committed r136850: <http://trac.webkit.org/changeset/136850>