| Index: third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineIterator.h b/third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| index 9c74146e820e940ef8a82a7266adcb5df7f41af3..73c2554e556e26011772fca3d74372b1d84adfa8 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineIterator.h
|
| @@ -37,7 +37,7 @@ namespace blink {
|
| // text children. InlineIterator will use bidiNext to find the next LayoutText
|
| // optionally notifying a BidiResolver every time it steps into/out of a LayoutInline.
|
| class InlineIterator {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| enum IncrementRule {
|
| FastIncrementInIsolatedLayout,
|
|
|