Index: Source/core/html/parser/NestingLevelIncrementer.h |
diff --git a/Source/core/html/parser/NestingLevelIncrementer.h b/Source/core/html/parser/NestingLevelIncrementer.h |
index fa1d110bdf34a90c36871536d8828607b57c7229..478210e394eac1e69972b6a78ae07b9c5ce96677 100644 |
--- a/Source/core/html/parser/NestingLevelIncrementer.h |
+++ b/Source/core/html/parser/NestingLevelIncrementer.h |
@@ -26,11 +26,13 @@ |
#ifndef NestingLevelIncrementer_h |
#define NestingLevelIncrementer_h |
+#include "platform/heap/Handle.h" |
#include "wtf/Noncopyable.h" |
namespace WebCore { |
class NestingLevelIncrementer { |
+ STACK_ALLOCATED(); |
WTF_MAKE_NONCOPYABLE(NestingLevelIncrementer); |
public: |
explicit NestingLevelIncrementer(unsigned& nestingLevel) |