Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index df9adf29e38b6166cc6f0805f7d3c1a558fddb54..6321d5d7d77253983f016fe0e30b33c656101079 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -1085,7 +1085,7 @@ bool Document::isLoadCompleted() |
return m_readyState == Complete; |
} |
-String Document::encodingName() const |
+AtomicString Document::encodingName() const |
{ |
// TextEncoding::name() returns a char*, no need to allocate a new |
// String for it each time. |