| 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)
|
|
|