| Index: Source/core/html/parser/XSSAuditor.h
|
| diff --git a/Source/core/html/parser/XSSAuditor.h b/Source/core/html/parser/XSSAuditor.h
|
| index 2088806d5ac35930538f1aaac6a457ce2ca4b000..53a38ac606dc4384423e4db8af96a14ecc146208 100644
|
| --- a/Source/core/html/parser/XSSAuditor.h
|
| +++ b/Source/core/html/parser/XSSAuditor.h
|
| @@ -103,6 +103,7 @@ private:
|
|
|
| String canonicalizedSnippetForTagName(const FilterTokenRequest&);
|
| String canonicalizedSnippetForJavaScript(const FilterTokenRequest&);
|
| + String nameFromAttribute(const FilterTokenRequest&, const HTMLToken::Attribute&);
|
| String snippetFromAttribute(const FilterTokenRequest&, const HTMLToken::Attribute&);
|
| String canonicalize(String, TruncationKind);
|
|
|
|
|