| Index: Source/core/html/forms/TextFieldInputType.cpp
|
| diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp
|
| index 59d39e3e16768adc6649f9747b84b5bf3955b334..f7e3a4d66c2bc48363f67c4dcbba6e0be6c5e60e 100644
|
| --- a/Source/core/html/forms/TextFieldInputType.cpp
|
| +++ b/Source/core/html/forms/TextFieldInputType.cpp
|
| @@ -404,7 +404,7 @@ void TextFieldInputType::updatePlaceholderText()
|
| previous->parentNode()->insertBefore(placeholder, previous->nextSibling());
|
| ASSERT_WITH_SECURITY_IMPLICATION(placeholder->parentNode() == previous->parentNode());
|
| }
|
| - placeholder->setTextContent(placeholderText, ASSERT_NO_EXCEPTION);
|
| + placeholder->setTextContent(placeholderText);
|
| }
|
|
|
| bool TextFieldInputType::appendFormData(FormDataList& list, bool multipart) const
|
|
|