Bug 104244 - Use ownerNode() instead of base() in HTMLCollection
Summary: Use ownerNode() instead of base() in HTMLCollection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 78909
  Show dependency treegraph
 
Reported: 2012-12-06 02:12 PST by Ryosuke Niwa
Modified: 2012-12-06 09:53 PST (History)
11 users (show)

See Also:


Attachments
Cleanup (22.30 KB, patch)
2012-12-06 02:17 PST, Ryosuke Niwa
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-12-06 02:12:46 PST
Use ownerNode() instead of base() in HTMLCollection
Comment 1 Ryosuke Niwa 2012-12-06 02:17:03 PST
Created attachment 177976 [details]
Cleanup
Comment 2 Ryosuke Niwa 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 :(
Comment 3 Ryosuke Niwa 2012-12-06 09:53:37 PST
Committed r136850: <http://trac.webkit.org/changeset/136850>