| Index: Source/core/xml/XMLTreeViewer.cpp
|
| diff --git a/Source/core/xml/XMLTreeViewer.cpp b/Source/core/xml/XMLTreeViewer.cpp
|
| index 9b5f5a7393a051b7b5cf453180a708dd16964eec..28978a6f0bc4fd3c33bc7d98fcc892e29d14bcd1 100644
|
| --- a/Source/core/xml/XMLTreeViewer.cpp
|
| +++ b/Source/core/xml/XMLTreeViewer.cpp
|
| @@ -58,7 +58,7 @@ void XMLTreeViewer::transformDocumentToTreeView()
|
|
|
| String cssString(reinterpret_cast<const char*>(XMLViewer_css), sizeof(XMLViewer_css));
|
| RefPtr<Text> text = m_document->createTextNode(cssString);
|
| - m_document->getElementById("xml-viewer-style")->appendChild(text, IGNORE_EXCEPTION_STATE, AttachLazily);
|
| + m_document->getElementById("xml-viewer-style")->appendChild(text, IGNORE_EXCEPTION, AttachLazily);
|
| }
|
|
|
| } // namespace WebCore
|
|
|