| Index: Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp
|
| index d6084c34a4ef96f718b37d38bd237ab4dcd918da..faeda04db9efa6df1524fb345b410cb59a67a9a0 100644
|
| --- a/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/Source/core/html/HTMLTitleElement.cpp
|
| @@ -149,7 +149,7 @@ void HTMLTitleElement::setText(const String &value)
|
| if (numChildren > 0)
|
| removeChildren();
|
|
|
| - appendChild(document()->createTextNode(valueCopy.impl()), IGNORE_EXCEPTION_STATE);
|
| + appendChild(document()->createTextNode(valueCopy.impl()), IGNORE_EXCEPTION);
|
| }
|
| }
|
|
|
|
|