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