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(); |