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

Unified Diff: Source/core/style/CounterDirectives.h

Issue 1308633005: Make classes and structures in core/style, core/plugins and core/streams fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/style/CollapsedBorderValue.h ('k') | Source/core/style/DataRef.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/CounterDirectives.h
diff --git a/Source/core/style/CounterDirectives.h b/Source/core/style/CounterDirectives.h
index 52ccc61b333fd3c117cf2f763fb9d5b2563d8424..ca52e26af9dc95d3de1e54fdbf1ceb05451e37a8 100644
--- a/Source/core/style/CounterDirectives.h
+++ b/Source/core/style/CounterDirectives.h
@@ -25,6 +25,7 @@
#ifndef CounterDirectives_h
#define CounterDirectives_h
+#include "wtf/Allocator.h"
#include "wtf/HashMap.h"
#include "wtf/MathExtras.h"
#include "wtf/RefPtr.h"
@@ -34,6 +35,7 @@
namespace blink {
class CounterDirectives {
+ ALLOW_ONLY_INLINE_ALLOCATION();
public:
CounterDirectives()
: m_isResetSet(false)
« no previous file with comments | « Source/core/style/CollapsedBorderValue.h ('k') | Source/core/style/DataRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698