RESOLVED FIXED 257437
Remove redundant RenderTextControl::textBlockLogicalWidth
https://bugs.webkit.org/show_bug.cgi?id=257437
Summary Remove redundant RenderTextControl::textBlockLogicalWidth
zalan
Reported 2023-05-27 21:36:53 PDT
ssia
Attachments
Patch (4.42 KB, patch)
2023-05-27 21:38 PDT, zalan
no flags
Patch (4.44 KB, patch)
2023-05-27 21:40 PDT, zalan
no flags
zalan
Comment 1 2023-05-27 21:38:26 PDT
zalan
Comment 2 2023-05-27 21:40:05 PDT
Tim Nguyen (:ntim)
Comment 3 2023-05-28 09:58:34 PDT
Comment on attachment 466523 [details] Patch LGTM
Tim Nguyen (:ntim)
Comment 4 2023-05-28 10:01:02 PDT
Comment on attachment 466523 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=466523&action=review > Source/WebCore/rendering/RenderTextControl.cpp:-91 > -int RenderTextControl::textBlockLogicalHeight() const > -{ > - return logicalHeight() - borderAndPaddingLogicalHeight(); > -} > - > -int RenderTextControl::textBlockLogicalWidth() const Please remove from header file as well.
zalan
Comment 5 2023-05-28 18:29:21 PDT
(In reply to Tim Nguyen (:ntim) from comment #4) > Comment on attachment 466523 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=466523&action=review > > > Source/WebCore/rendering/RenderTextControl.cpp:-91 > > -int RenderTextControl::textBlockLogicalHeight() const > > -{ > > - return logicalHeight() - borderAndPaddingLogicalHeight(); > > -} > > - > > -int RenderTextControl::textBlockLogicalWidth() const > > Please remove from header file as well. I did, didn't I?
zalan
Comment 6 2023-05-28 18:29:56 PDT
(In reply to Tim Nguyen (:ntim) from comment #3) > Comment on attachment 466523 [details] > Patch > > LGTM Thank you.
EWS
Comment 7 2023-05-28 19:17:50 PDT
Committed 264645@main (400b4102ecf3): <https://commits.webkit.org/264645@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 466523 [details].
Radar WebKit Bug Importer
Comment 8 2023-05-28 19:18:17 PDT
Note You need to log in before you can comment on or make changes to this bug.