From 783f57d74b0caf84cec01a0ae43a2a8cb8697673 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 26 Jun 2018 13:26:07 +0200 Subject: Issue #12 Part 1: Stop using nsIDOMEvent in UpdateIMEComposition. --- editor/libeditor/TextEditor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editor/libeditor/TextEditor.h') diff --git a/editor/libeditor/TextEditor.h b/editor/libeditor/TextEditor.h index 872cd91d3..31c551f85 100644 --- a/editor/libeditor/TextEditor.h +++ b/editor/libeditor/TextEditor.h @@ -130,7 +130,8 @@ public: virtual already_AddRefed GetDOMEventTarget() override; virtual nsresult BeginIMEComposition(WidgetCompositionEvent* aEvent) override; - virtual nsresult UpdateIMEComposition(nsIDOMEvent* aTextEvent) override; + virtual nsresult UpdateIMEComposition( + WidgetCompositionEvent* aCompositionChangeEvent) override; virtual already_AddRefed GetInputEventTargetContent() override; -- cgit v1.2.3