Bug 1685303: part 9) Correct some comments in PresShell::EventHandler::HandleEvent. r=masayuki

Differential Revision: https://phabricator.services.mozilla.com/D101571
This commit is contained in:
Mirko Brodesser
2021-01-14 10:20:30 +00:00
parent 5e8d8b7e5f
commit 5bc7cf044e

View File

@@ -6876,12 +6876,12 @@ nsresult PresShell::EventHandler::HandleEvent(nsIFrame* aFrameForPresShell,
if (MaybeHandleEventWithAccessibleCaret(aFrameForPresShell, aGUIEvent,
aEventStatus)) {
// Probably handled by AccessibleCaretEventHub.
// Handled by AccessibleCaretEventHub.
return NS_OK;
}
if (MaybeDiscardEvent(aGUIEvent)) {
// Nobody cannot handle the event for now.
// Cannot handle the event for now.
return NS_OK;
}