Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: Source/core/html/parser/XSSAuditor.h

Issue 656723005: Use C++11 features in core/html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use nullptr Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698