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