| Index: Source/core/layout/line/AbstractInlineTextBox.h
|
| diff --git a/Source/core/layout/line/AbstractInlineTextBox.h b/Source/core/layout/line/AbstractInlineTextBox.h
|
| index 8f5a059a187853be932d93a2c2086dad13f939ee..d9e1b84ada3adf1eddb198127eba8d8efb6f1254 100644
|
| --- a/Source/core/layout/line/AbstractInlineTextBox.h
|
| +++ b/Source/core/layout/line/AbstractInlineTextBox.h
|
| @@ -60,6 +60,7 @@ private:
|
|
|
| public:
|
| struct WordBoundaries {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| WordBoundaries(int startIndex, int endIndex) : startIndex(startIndex), endIndex(endIndex) { }
|
| int startIndex;
|
| int endIndex;
|
|
|