[webkit-changes] [WebKit/WebKit] 246a66: Reduce function call in `InsertTextCommand::doApply`
Commit Queue
noreply at github.com
Mon Mar 25 11:46:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 246a66813dd13ee3aebed5647d19655cc2acfc0d
https://github.com/WebKit/WebKit/commit/246a66813dd13ee3aebed5647d19655cc2acfc0d
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-03-25 (Mon, 25 Mar 2024)
Changed paths:
M Source/WebCore/editing/InsertTextCommand.cpp
Log Message:
-----------
Reduce function call in `InsertTextCommand::doApply`
https://bugs.webkit.org/show_bug.cgi?id=271620
Reviewed by Tim Nguyen.
This patch is to reduce function call by using local variable introduced
above.
* Source/WebCore/editing/InsertTextCommand.cpp:
(WebCore::InsertTextCommand::doApply):
Canonical link: https://commits.webkit.org/276640@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