| Index: Source/core/html/parser/XSSAuditor.h
|
| diff --git a/Source/core/html/parser/XSSAuditor.h b/Source/core/html/parser/XSSAuditor.h
|
| index 33788b59c13bb775f02b908d3fc69341cb709c38..25e326f10ef2c126e84fc90dbae20171211e5ebf 100644
|
| --- a/Source/core/html/parser/XSSAuditor.h
|
| +++ b/Source/core/html/parser/XSSAuditor.h
|
| @@ -116,7 +116,7 @@ private:
|
| OwnPtr<SuffixTree<ASCIICodebook> > m_decodedHTTPBodySuffixTree;
|
|
|
| State m_state;
|
| - String m_cachedDecodedSnippet;
|
| + bool m_scriptTagFoundInRequest;
|
| unsigned m_scriptTagNestingLevel;
|
| WTF::TextEncoding m_encoding;
|
| };
|
|
|