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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user