| Index: Source/core/editing/RenderedPosition.h
|
| diff --git a/Source/core/editing/RenderedPosition.h b/Source/core/editing/RenderedPosition.h
|
| index cf92e9145eb39ec690fc7e261ed7628919ef496f..78f43b504c3fdf9ff5b99d6fe38f8538af2b0327 100644
|
| --- a/Source/core/editing/RenderedPosition.h
|
| +++ b/Source/core/editing/RenderedPosition.h
|
| @@ -34,6 +34,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/editing/Position.h"
|
| #include "core/layout/line/InlineBox.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -43,6 +44,7 @@ class VisiblePosition;
|
| struct CompositedSelectionBound;
|
|
|
| class RenderedPosition {
|
| + STACK_ALLOCATED();
|
| public:
|
| RenderedPosition();
|
| explicit RenderedPosition(const VisiblePosition&);
|
|
|