| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| index f954a7bc4b88ed557afd21e44ffc1679c5cc95dc..7f450ff1f60bb6e50fddb5f33ba70f3828ea6db0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| @@ -241,7 +241,7 @@ bool HTMLObjectElement::hasFallbackContent() const {
|
|
|
| bool HTMLObjectElement::hasValidClassId() const {
|
| if (MIMETypeRegistry::isJavaAppletMIMEType(m_serviceType) &&
|
| - classId().startsWith("java:", TextCaseInsensitive))
|
| + classId().startsWith("java:", TextCaseASCIIInsensitive))
|
| return true;
|
|
|
| // HTML5 says that fallback content should be rendered if a non-empty
|
|
|