[webkit-changes] [WebKit/WebKit] 6991ef: Reduce function call in `prepareWhitespaceAtPositi...
Commit Queue
noreply at github.com
Mon Mar 18 08:06:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6991ef6c707e9b2a052dc182c7d3ca9801b1d3a0
https://github.com/WebKit/WebKit/commit/6991ef6c707e9b2a052dc182c7d3ca9801b1d3a0
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M Source/WebCore/editing/CompositeEditCommand.cpp
Log Message:
-----------
Reduce function call in `prepareWhitespaceAtPositionForSplit`
https://bugs.webkit.org/show_bug.cgi?id=271119
Reviewed by Ryosuke Niwa.
This patch is to reduce function call by using local variable introduced above.
* Source/WebCore/editing/CompositeEditCommand.cpp:
(CompositeEditCommand::prepareWhitespaceAtPositionForSplit):
Canonical link: https://commits.webkit.org/276269@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list