Index: third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp |
diff --git a/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp b/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp |
index 902b50d4f0e8629606c067a4551eac52ef3c96f0..41e4dfb56943a3d88924e142b09287aedbbbc98a 100644 |
--- a/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp |
+++ b/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp |
@@ -130,7 +130,8 @@ void InvalidationSet::combine(const InvalidationSet& other) { |
if (other.invalidatesSelf()) |
setInvalidatesSelf(); |
- // No longer bother combining data structures, since the whole subtree is deemed invalid. |
+ // No longer bother combining data structures, since the whole subtree is |
+ // deemed invalid. |
if (wholeSubtreeInvalid()) |
return; |