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

Unified Diff: third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp

Issue 2389883005: reflow comments in core/xml* (Closed)
Patch Set: Created 4 years, 2 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/xml/XSLStyleSheetLibxslt.cpp
diff --git a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
index ad43427ea134407db87281c0ecd89fd31ce5d53e..582087727b6cb40d912da696eab3dbb22bf398e5 100644
--- a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
+++ b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
@@ -43,10 +43,9 @@ XSLStyleSheet::XSLStyleSheet(XSLImportRule* parentRule,
m_originalURL(originalURL),
m_finalURL(finalURL),
m_isDisabled(false),
- m_embedded(false)
- // Child sheets get marked as processed when the libxslt engine has finally
- // seen them.
- ,
+ m_embedded(false),
+ // Child sheets get marked as processed when the libxslt engine has
+ // finally seen them.
m_processed(false),
m_stylesheetDoc(0),
m_stylesheetDocTaken(false),

Powered by Google App Engine
This is Rietveld 408576698