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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.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/shadow/SelectRuleFeatureSet.cpp
diff --git a/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.cpp b/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.cpp
index 49a8196800ac728589309fd41c2c82c14d6aca8b..2ddd348bd5db49c5365a92416b7b8c2d16e79f0f 100644
--- a/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.cpp
+++ b/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.cpp
@@ -68,7 +68,8 @@ bool SelectRuleFeatureSet::checkSelectorsForClassChange(
if (!oldClasses.size())
return checkSelectorsForClassChange(newClasses);
- // Class vectors tend to be very short. This is faster than using a hash table.
+ // Class vectors tend to be very short. This is faster than using a hash
+ // table.
BitVector remainingClassBits;
remainingClassBits.ensureSize(oldClasses.size());
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp ('k') | third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698