| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 7c6b7c7b85c9a21233639f5db59e26d86cc91183..460ec9af97ceb291d7d48309fdd30925a2a0ba0e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -605,7 +605,7 @@ void Document::setDoctype(DocumentType* docType) {
|
| if (m_docType) {
|
| this->adoptIfNeeded(*m_docType);
|
| if (m_docType->publicId().startsWith("-//wapforum//dtd xhtml mobile 1.",
|
| - TextCaseInsensitive)) {
|
| + TextCaseASCIIInsensitive)) {
|
| m_isMobileDocument = true;
|
| m_styleEngine->viewportRulesChanged();
|
| }
|
|
|