| Index: Source/core/html/parser/XSSAuditor.h
|
| diff --git a/Source/core/html/parser/XSSAuditor.h b/Source/core/html/parser/XSSAuditor.h
|
| index d4126ce0a61541a23c35c1c45676d2c9aa651da0..79bf69fcfecdab45f90b65ccd68606e24e805299 100644
|
| --- a/Source/core/html/parser/XSSAuditor.h
|
| +++ b/Source/core/html/parser/XSSAuditor.h
|
| @@ -125,7 +125,7 @@ private:
|
| String m_decodedURL;
|
| String m_decodedHTTPBody;
|
| String m_httpBodyAsString;
|
| - OwnPtr<SuffixTree<ASCIICodebook> > m_decodedHTTPBodySuffixTree;
|
| + OwnPtr<SuffixTree<ASCIICodebook>> m_decodedHTTPBodySuffixTree;
|
|
|
| State m_state;
|
| bool m_scriptTagFoundInRequest;
|
|
|