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

Unified Diff: Source/core/css/CSSTestHelper.h

Issue 1304623002: Make blink classes and structures in core/css fast-allocated (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing (Fixed windows compile error) Created 5 years, 4 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 | « Source/core/css/CSSPropertyMetadata.h ('k') | Source/core/css/CSSToLengthConversionData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSTestHelper.h
diff --git a/Source/core/css/CSSTestHelper.h b/Source/core/css/CSSTestHelper.h
index 37c08b099dbceee6c58a6b12c3af2a6e07b6a7c8..0717cbebaa7668c1d5b9759645cc7f8ef35768a3 100644
--- a/Source/core/css/CSSTestHelper.h
+++ b/Source/core/css/CSSTestHelper.h
@@ -31,6 +31,7 @@
#define CSSTestHelper_h
#include "core/css/RuleSet.h"
+#include "wtf/Allocator.h"
#include "wtf/RefPtr.h"
namespace blink {
@@ -46,6 +47,7 @@ class CSSStyleSheet;
// ... examine RuleSet to find the rule and test properties on it.
class CSSTestHelper {
+ STACK_ALLOCATED();
public:
CSSTestHelper();
~CSSTestHelper();
« no previous file with comments | « Source/core/css/CSSPropertyMetadata.h ('k') | Source/core/css/CSSToLengthConversionData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698