| Index: third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.h b/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| index bd5dd31faedf9fdfe890092a5298da21a3305852..db322dd4a4b3dd6997de5dcccb26ece54d0c9f45 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/SelectRuleFeatureSet.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
| class SpaceSplitString;
|
|
|
| class SelectRuleFeatureSet : public RuleFeatureSet {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| void collectFeaturesFromSelectorList(const CSSSelectorList&);
|
| bool checkSelectorsForClassChange(const SpaceSplitString& changedClasses) const;
|
|
|