WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-12-06 02:17:03 PST
Created
attachment 177976
[details]
Cleanup
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
Committed
r136850
: <
http://trac.webkit.org/changeset/136850
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug