| Index: third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp b/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| index 983780d2fd143cd1497c09d7f198c2bcddd884da..adace6ffb25b63fa544ef6fc694a47ed6675a691 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameSerializerImpl.cpp
|
| @@ -324,7 +324,7 @@ void WebFrameSerializerImpl::openTagToString(Element* element,
|
| // Rewrite the attribute value if requested.
|
| if (element->hasLegalLinkAttribute(attrName)) {
|
| // For links start with "javascript:", we do not change it.
|
| - if (!attrValue.startsWith("javascript:", TextCaseInsensitive)) {
|
| + if (!attrValue.startsWith("javascript:", TextCaseASCIIInsensitive)) {
|
| // Get the absolute link.
|
| KURL completeURL = param->document->completeURL(attrValue);
|
|
|
|
|