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

Unified Diff: third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. 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/dom/TreeScopeStyleSheetCollectionTest.cpp
diff --git a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp
index e069d14a2f05a1a78a29e8b88f58ac9d234373ec..4d1ba765ced1cd58f6977a4754c86f102e3bdab1 100644
--- a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp
+++ b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollectionTest.cpp
@@ -119,8 +119,9 @@ TEST_F(TreeScopeStyleSheetCollectionTest, CompareStyleSheetsRemove) {
added.append(sheet2->contents());
- // This is really the same as Insert. TreeScopeStyleSheetCollection::compareStyleSheets
- // will assert if you pass an array that is longer as the first parameter.
+ // This is really the same as Insert.
+ // TreeScopeStyleSheetCollection::compareStyleSheets will assert if you pass
+ // an array that is longer as the first parameter.
compareStyleSheets(current, previous, added, Reconstruct);
}
@@ -139,8 +140,9 @@ TEST_F(TreeScopeStyleSheetCollectionTest, CompareStyleSheetsInsertRemove) {
current.append(sheet2);
current.append(sheet3);
- // TODO(rune@opera.com): This is clearly wrong. We add sheet3 and remove sheet1 and
- // compareStyleSheets returns sheet2 and sheet3 as added (crbug/475858).
+ // TODO(rune@opera.com): This is clearly wrong. We add sheet3 and remove
+ // sheet1 and compareStyleSheets returns sheet2 and sheet3 as added
+ // (crbug/475858).
added.append(sheet2->contents());
added.append(sheet3->contents());

Powered by Google App Engine
This is Rietveld 408576698