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

Unified Diff: third_party/WebKit/Source/core/css/RuleFeature.h

Issue 1389403002: Oilpan: drop use of transition type for InvalidationSetVector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698