| Index: Source/core/editing/SurroundingText.h
|
| diff --git a/Source/core/editing/SurroundingText.h b/Source/core/editing/SurroundingText.h
|
| index 8ca95cc98d28f632683b68f3fcce5213128e2813..62d575cda8b07821db119d3390471dfca0424ce5 100644
|
| --- a/Source/core/editing/SurroundingText.h
|
| +++ b/Source/core/editing/SurroundingText.h
|
| @@ -41,6 +41,7 @@ namespace blink {
|
| class Range;
|
|
|
| class CORE_EXPORT SurroundingText {
|
| + WTF_MAKE_FAST_ALLOCATED(SurroundingText);
|
| WTF_MAKE_NONCOPYABLE(SurroundingText);
|
| public:
|
| SurroundingText(const Range&, unsigned maxLength);
|
|
|