WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123721
HTMLTableRowsCollection is always rooted at a HTMLTableElement.
https://bugs.webkit.org/show_bug.cgi?id=123721
Summary
HTMLTableRowsCollection is always rooted at a HTMLTableElement.
Andreas Kling
Reported
2013-11-04 00:14:02 PST
HTMLTableRowsCollection is always rooted at a HTMLTableElement.
Attachments
Patch
(3.53 KB, patch)
2013-11-04 00:14 PST
,
Andreas Kling
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2013-11-04 00:14:28 PST
Created
attachment 215893
[details]
Patch
Antti Koivisto
Comment 2
2013-11-04 00:35:27 PST
Comment on
attachment 215893
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=215893&action=review
> Source/WebCore/html/HTMLTableRowsCollection.cpp:164 > + return rowAfter(&const_cast<HTMLTableElement&>(tableElement()), toHTMLTableRowElement(previous));
I like putting & or * inside the cast and casting to the final type.
Andreas Kling
Comment 3
2013-11-04 00:52:05 PST
Committed
r158564
: <
http://trac.webkit.org/changeset/158564
>
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