Bug 1401706: Remove redundant UpdateValueDisplay call. r=Ehsan

This was just moved from the old code, but we always call that function in
CreateAnonymousContent, so no need to.

MozReview-Commit-ID: 1zqmQM2KdpW
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
Emilio Cobos Álvarez
2017-09-22 14:48:02 +02:00
parent 72456acb3d
commit 16e6037dee

View File

@@ -483,7 +483,7 @@ nsTextControlFrame::CreateRootNode()
classValue, false);
NS_ENSURE_SUCCESS(rv, rv);
return UpdateValueDisplay(false);
return NS_OK;
}
void