From e338d996999867b5d4f66d47837c56dba73a7f6b Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 9 Jan 2020 13:19:56 +0100 Subject: Issue #1348 - Part 2: Teach IMEState about Private Browsing mode. --- dom/events/IMEStateManager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dom/events/IMEStateManager.h') diff --git a/dom/events/IMEStateManager.h b/dom/events/IMEStateManager.h index 7dfc48aa5..34509847f 100644 --- a/dom/events/IMEStateManager.h +++ b/dom/events/IMEStateManager.h @@ -247,6 +247,7 @@ protected: nsIContent* aContent, InputContextAction aAction); static void SetIMEState(const IMEState &aState, + nsPresContext* aPresContext, nsIContent* aContent, nsIWidget* aWidget, InputContextAction aAction); -- cgit v1.2.3