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

Unified Diff: third_party/WebKit/Source/core/css/invalidation/InvalidationSetTest.cpp

Issue 2398833004: Reflow comments in core/css/invalidation. (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/css/invalidation/InvalidationSetTest.cpp
diff --git a/third_party/WebKit/Source/core/css/invalidation/InvalidationSetTest.cpp b/third_party/WebKit/Source/core/css/invalidation/InvalidationSetTest.cpp
index 30f6c9a3fbf253667106f5d9944b592782a5e444..fc61368f7d3f521ae79aae9025009fc984401503 100644
--- a/third_party/WebKit/Source/core/css/invalidation/InvalidationSetTest.cpp
+++ b/third_party/WebKit/Source/core/css/invalidation/InvalidationSetTest.cpp
@@ -40,7 +40,8 @@ TEST(InvalidationSetTest, SubtreeInvalid_Combine_1) {
ASSERT_TRUE(set1->isEmpty());
}
-// No need to add HashSets from combining set when we already have wholeSubtreeInvalid.
+// No need to add HashSets from combining set when we already have
+// wholeSubtreeInvalid.
TEST(InvalidationSetTest, SubtreeInvalid_Combine_2) {
RefPtr<DescendantInvalidationSet> set1 = DescendantInvalidationSet::create();
RefPtr<DescendantInvalidationSet> set2 = DescendantInvalidationSet::create();

Powered by Google App Engine
This is Rietveld 408576698