see HTMLTextFormControlElement::valueWithHardLineBreaks
Created attachment 435105 [details] Patch
Comment on attachment 435105 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435105&action=review > Source/WebCore/html/HTMLTextFormControlElement.cpp:709 > + for (; currentLine; currentLine = currentLine.traverseNext()) { no need for "currentLine =", traverseNext mutates the iterator.
Comment on attachment 435105 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435105&action=review > Source/WebCore/html/HTMLTextFormControlElement.cpp:717 > + currentLine = currentLine.traverseNext(); Same here
<rdar://problem/81924585>
Created attachment 435978 [details] Patch
Created attachment 436026 [details] Patch
Committed r281358 (240773@main): <https://commits.webkit.org/240773@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 436026 [details].