| Index: Source/core/html/TextFieldInputType.cpp
|
| diff --git a/Source/core/html/TextFieldInputType.cpp b/Source/core/html/TextFieldInputType.cpp
|
| index 9c848cbb358e1372e5d194553883b028d6af6a0b..a251449f416d7ec7a9d6224a263c93f739587e3d 100644
|
| --- a/Source/core/html/TextFieldInputType.cpp
|
| +++ b/Source/core/html/TextFieldInputType.cpp
|
| @@ -425,7 +425,7 @@ void TextFieldInputType::updatePlaceholderText()
|
| String placeholderText = element()->strippedPlaceholder();
|
| if (placeholderText.isEmpty()) {
|
| if (m_placeholder) {
|
| - m_placeholder->parentNode()->removeChild(m_placeholder.get(), ASSERT_NO_EXCEPTION);
|
| + m_placeholder->parentNode()->removeChild(m_placeholder.get());
|
| m_placeholder.clear();
|
| }
|
| return;
|
|
|