Bug 1581523: part 2) Remove outdated comment in `HTMLTextAreaElement`. r=jorgk

Differential Revision: https://phabricator.services.mozilla.com/D46127

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mirko Brodesser 2019-09-23 11:43:55 +00:00
Родитель 404c0dae7b
Коммит f2404d79a1
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1046,7 +1046,6 @@ HTMLTextAreaElement::GetCols() { return Cols(); }
NS_IMETHODIMP_(int32_t)
HTMLTextAreaElement::GetWrapCols() {
// wrap=off means -1 for wrap width no matter what cols is
nsHTMLTextWrap wrapProp;
nsITextControlElement::GetWrapPropertyEnum(this, wrapProp);
if (wrapProp == nsITextControlElement::eHTMLTextWrap_Off) {