diff --git a/mozilla/layout/forms/nsTextControlFrame.cpp b/mozilla/layout/forms/nsTextControlFrame.cpp index 395e4385afd..ed85ae3ee7d 100644 --- a/mozilla/layout/forms/nsTextControlFrame.cpp +++ b/mozilla/layout/forms/nsTextControlFrame.cpp @@ -1415,10 +1415,7 @@ nsTextControlFrame::CreateFrameFor(nsIContent* aContent) // Use async reflow and painting for text widgets to improve // performance. - // XXX: Using editor async updates exposes bugs 158782, 151882, - // and 165130, so we're disabling it for now, until they - // can be addressed. - // editorFlags |= nsIPlaintextEditor::eEditorUseAsyncUpdatesMask; + editorFlags |= nsIPlaintextEditor::eEditorUseAsyncUpdatesMask; // Now initialize the editor. //