| Index: Source/core/dom/DecodedDataDocumentParser.cpp | 
| diff --git a/Source/core/dom/DecodedDataDocumentParser.cpp b/Source/core/dom/DecodedDataDocumentParser.cpp | 
| index 462051c19735fa6f044739553451931dab8866ae..7ceaabe6d582fc797f5350d51b1ba5743c7f734d 100644 | 
| --- a/Source/core/dom/DecodedDataDocumentParser.cpp | 
| +++ b/Source/core/dom/DecodedDataDocumentParser.cpp | 
| @@ -75,7 +75,7 @@ void TitleEncodingFixer::fixTitleEncoding() | 
| CString originalBytes = titleElement->textContent().latin1(); | 
| OwnPtr<TextCodec> codec = newTextCodec(m_document->decoder()->encoding()); | 
| String correctlyDecodedTitle = codec->decode(originalBytes.data(), originalBytes.length(), true); | 
| -    titleElement->setTextContent(correctlyDecodedTitle, IGNORE_EXCEPTION_STATE); | 
| +    titleElement->setTextContent(correctlyDecodedTitle, IGNORE_EXCEPTION); | 
| } | 
|  | 
| } | 
|  |