| Index: Source/core/html/HTMLTextAreaElement.cpp
|
| diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp
|
| index 1b9253a576f4482752aa640608e04316d99b051f..ca7494e2af66a18277441ae63eb6d0782f2db1b7 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.cpp
|
| +++ b/Source/core/html/HTMLTextAreaElement.cpp
|
| @@ -524,7 +524,7 @@ void HTMLTextAreaElement::updatePlaceholderText()
|
| placeholder->setAttribute(idAttr, ShadowElementNames::placeholder());
|
| userAgentShadowRoot()->insertBefore(placeholder, innerTextElement()->nextSibling());
|
| }
|
| - placeholder->setTextContent(placeholderText, ASSERT_NO_EXCEPTION);
|
| + placeholder->setTextContent(placeholderText);
|
| }
|
|
|
| bool HTMLTextAreaElement::isInteractiveContent() const
|
|
|