WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126366
Remove reattachRenderTree
https://bugs.webkit.org/show_bug.cgi?id=126366
Summary
Remove reattachRenderTree
Antti Koivisto
Reported
2014-01-01 15:12:40 PST
Remove the last remaining client.
Attachments
patch
(9.77 KB, patch)
2014-01-01 15:18 PST
,
Antti Koivisto
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2014-01-01 15:18:10 PST
Created
attachment 220196
[details]
patch
Andreas Kling
Comment 2
2014-01-01 15:22:50 PST
Comment on
attachment 220196
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=220196&action=review
r=me
> Source/WebCore/html/HTMLSelectElement.cpp:1264 > + RenderMenuList* menuList = toRenderMenuList(renderer());
I'd make this a RenderMenuList&
Darin Adler
Comment 3
2014-01-01 21:36:51 PST
Comment on
attachment 220196
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=220196&action=review
> Source/WebCore/html/HTMLSelectElement.cpp:1144 > + ASSERT(renderer() && renderer()->isMenuList());
Any time we write an ASSERT that would have a "&&" we normally break it into two assertions. That way we can trivially tell which clause is failing if the assertion is hit.
Ahmad Saleem
Comment 4
2022-07-30 06:33:23 PDT
I think this got landed in this commit:
https://github.com/WebKit/WebKit/commit/86fe1d37c2f5fde8ee8467e98d2d9e76251194c6
Can this be marked as "RESOLVED FIXED"? Thanks!
Ryosuke Niwa
Comment 5
2022-07-30 13:27:46 PDT
Indeed, this patch got landed.
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