| Index: third_party/WebKit/Source/core/css/RuleFeature.h
|
| diff --git a/third_party/WebKit/Source/core/css/RuleFeature.h b/third_party/WebKit/Source/core/css/RuleFeature.h
|
| index 02d8600bdc8c20bc96f31106c92a20e23f2cab39..4ddb1b69e050c43acf6491e79e45040f91edebd2 100644
|
| --- a/third_party/WebKit/Source/core/css/RuleFeature.h
|
| +++ b/third_party/WebKit/Source/core/css/RuleFeature.h
|
| @@ -60,6 +60,7 @@ namespace blink {
|
|
|
| class CORE_EXPORT RuleFeatureSet {
|
| DISALLOW_NEW();
|
| + WTF_MAKE_NONCOPYABLE(RuleFeatureSet);
|
| public:
|
| RuleFeatureSet();
|
| ~RuleFeatureSet();
|
|
|