Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e0276b65b7c74133c89ea7e2817e12c9fac728e4
https://github.com/WebKit/WebKit/commit/e0276b65b7c74133c89ea7e2817e12c9fac728e4
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M Source/WebKit/WebProcess/WebPage/WebPage.cpp
M Source/WebKit/WebProcess/WebPage/WebPage.h
Log Message:
-----------
WebPage::handleContextMenuTranslation() is an unused method
https://bugs.webkit.org/show_bug.cgi?id=323295
rdar://186544840
Reviewed by Chris Dumez.
We introduced this method as part of the refractor in 236664@main, but
continued sending WebPageProxy::HandleContextMenuTranslation messages
directly from WebContextMenuClient. Let's drop the unused method in this
patch.
No new tests since this patch does not introduce a behavior change.
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::handleContextMenuTranslation): Deleted.
* Source/WebKit/WebProcess/WebPage/WebPage.h:
Canonical link: https://commits.webkit.org/320413@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications