| Index: Source/core/editing/PlainTextRange.h
|
| diff --git a/Source/core/editing/PlainTextRange.h b/Source/core/editing/PlainTextRange.h
|
| index 76637eab463fbd68bf4a2e730ae3032bc888503a..eacfe4a499c95e52b5091719c7b880c806ab7e53 100644
|
| --- a/Source/core/editing/PlainTextRange.h
|
| +++ b/Source/core/editing/PlainTextRange.h
|
| @@ -29,6 +29,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/editing/EphemeralRange.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/NotFound.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| @@ -38,6 +39,7 @@ class ContainerNode;
|
| class Range;
|
|
|
| class CORE_EXPORT PlainTextRange {
|
| + STACK_ALLOCATED();
|
| public:
|
| PlainTextRange();
|
| PlainTextRange(const PlainTextRange&);
|
|
|