| Index: Source/web/WebDocument.cpp
|
| diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp
|
| index 035569da7325f4d6ee07beec7f2189639c1bad59..d0ed2c6ec4297a14c51f3b71899d6f15f91732f6 100644
|
| --- a/Source/web/WebDocument.cpp
|
| +++ b/Source/web/WebDocument.cpp
|
| @@ -83,7 +83,7 @@ WebSecurityOrigin WebDocument::securityOrigin() const
|
|
|
| WebString WebDocument::encoding() const
|
| {
|
| - return constUnwrap<Document>()->encoding();
|
| + return constUnwrap<Document>()->encodingName();
|
| }
|
|
|
| WebString WebDocument::contentLanguage() const
|
|
|