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

Unified Diff: third_party/WebKit/Source/core/frame/FrameSerializer.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/frame/FrameSerializer.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
index fd8184d5ded673bbd6ad42192fb5644ea5e2dcbe..22d254cea068b49dfffd1c481dc2f154a90dfd95 100644
--- a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
@@ -351,8 +351,9 @@ void FrameSerializer::serializeCSSStyleSheet(CSSStyleSheet& styleSheet,
bool isInlineCss = !url.isValid() || url.protocolIsData();
// If this CSS is not inline then it is identifiable by its URL. So just skip
// it if it has already been analyzed before.
- if (!isInlineCss && (m_resourceURLs.contains(url) ||
- m_delegate.shouldSkipResourceWithURL(url))) {
+ if (!isInlineCss &&
+ (m_resourceURLs.contains(url) ||
+ m_delegate.shouldSkipResourceWithURL(url))) {
return;
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698