Bug 104244

Summary: Use ownerNode() instead of base() in HTMLCollection
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, haraken, japhet, kling, koivisto, mifenton, ojan, sam, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 78909    
Attachments:
Description Flags
Cleanup abarth: review+

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.