Index: third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp |
index bbf0cb144a1743287c419ee4a1eed420b1117a04..aabb158e0afc3729bf6b90e8bd1326735725c539 100644 |
--- a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp |
@@ -571,7 +571,7 @@ bool XSSAuditor::filterBaseToken(const FilterTokenRequest& request) |
ASSERT(request.token.type() == HTMLToken::StartTag); |
ASSERT(hasName(request.token, baseTag)); |
- return eraseAttributeIfInjected(request, hrefAttr); |
+ return eraseAttributeIfInjected(request, hrefAttr, String(), SrcLikeAttributeTruncation); |
} |
bool XSSAuditor::filterFormToken(const FilterTokenRequest& request) |