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

Unified Diff: third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months 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: third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp b/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp
index cb7f26393261ca544ed8706aebe3d7f660e7f65f..07d8ec53e75414cb8f40b7ca1722f905c8e57b67 100644
--- a/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp
+++ b/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp
@@ -104,9 +104,10 @@ PassRefPtr<EncodedFormData> XSSAuditorDelegate::generateViolationReport(
void XSSAuditorDelegate::didBlockScript(const XSSInfo& xssInfo) {
ASSERT(isMainThread());
- UseCounter::count(m_document, xssInfo.m_didBlockEntirePage
- ? UseCounter::XSSAuditorBlockedEntirePage
- : UseCounter::XSSAuditorBlockedScript);
+ UseCounter::count(m_document,
+ xssInfo.m_didBlockEntirePage
+ ? UseCounter::XSSAuditorBlockedEntirePage
+ : UseCounter::XSSAuditorBlockedScript);
m_document->addConsoleMessage(ConsoleMessage::create(
JSMessageSource, ErrorMessageLevel, xssInfo.buildConsoleError()));

Powered by Google App Engine
This is Rietveld 408576698