Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed test compositon after land of bug 960866
  • Loading branch information
tmeshkova committed Feb 23, 2014
1 parent fd692c6 commit 1caddd7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -721,6 +721,7 @@ EmbedLiteViewThreadChild::RecvHandleTextEvent(const nsString& commit, const nsSt
if (StartComposite || UpdateComposite) {
WidgetCompositionEvent event(true, NS_COMPOSITION_UPDATE, widget);
mHelper->InitEvent(event, nullptr);
event.data = pushStr;
mHelper->DispatchWidgetEvent(event);
}

Expand Down

0 comments on commit 1caddd7

Please sign in to comment.