| Index: Source/core/html/HTMLOutputElement.cpp
|
| diff --git a/Source/core/html/HTMLOutputElement.cpp b/Source/core/html/HTMLOutputElement.cpp
|
| index 676f049f54c727a79950a8776ac774aa67704cc7..ab75b43bdc4d8ed2b921a83e31c690443c5893d9 100644
|
| --- a/Source/core/html/HTMLOutputElement.cpp
|
| +++ b/Source/core/html/HTMLOutputElement.cpp
|
| @@ -138,7 +138,7 @@ void HTMLOutputElement::setTextContentInternal(const String& value)
|
| {
|
| ASSERT(!m_isSetTextContentInProgress);
|
| m_isSetTextContentInProgress = true;
|
| - setTextContent(value, IGNORE_EXCEPTION_STATE);
|
| + setTextContent(value, IGNORE_EXCEPTION);
|
| }
|
|
|
| } // namespace
|
|
|