void HTMLTextFormControlElement::setRangeText(const String& replacement, ExceptionCode& ec) { setRangeText(replacement, selectionStart(), selectionEnd(), String(), ec); }
void HTMLTextFormControlElement::setRangeText(const String& replacement, ExceptionState& exceptionState) { setRangeText(replacement, selectionStart(), selectionEnd(), "preserve", exceptionState); }