| Index: Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h
|
| diff --git a/Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h b/Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h
|
| index 14fcf516843f19977a7db9ba6035e31ec0992c1a..5c43c7f493e6dc97a90232a34c6c5e9f2d922be4 100644
|
| --- a/Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h
|
| +++ b/Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h
|
| @@ -27,10 +27,12 @@
|
| #define IgnoreDestructiveWriteCountIncrementer_h
|
|
|
| #include "core/dom/Document.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class IgnoreDestructiveWriteCountIncrementer {
|
| + STACK_ALLOCATED();
|
| WTF_MAKE_NONCOPYABLE(IgnoreDestructiveWriteCountIncrementer);
|
| public:
|
| explicit IgnoreDestructiveWriteCountIncrementer(Document* document)
|
|
|