| 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 ba0c50a3edd534d2c21d462d1cde804a46bcf241..898f59287400f0d123f54b72e30cac185144ee24 100644
|
| --- a/third_party/WebKit/Source/core/css/RuleFeature.h
|
| +++ b/third_party/WebKit/Source/core/css/RuleFeature.h
|
| @@ -49,7 +49,7 @@ public:
|
| bool hasDocumentSecurityOrigin;
|
| };
|
|
|
| -using InvalidationSetVector = WillBeHeapVector<RefPtr<InvalidationSet>, 8>;
|
| +using InvalidationSetVector = Vector<RefPtr<InvalidationSet>, 8>;
|
|
|
| class CORE_EXPORT RuleFeatureSet {
|
| DISALLOW_ALLOCATION();
|
|
|