| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 8e95488f9a329893b3b88fb4e6b4b70535b3a895..c6697f74031bf3c15fb8e506454cf652bc2cda6f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -101,7 +101,7 @@ typedef unsigned MapCoordinatesFlags;
|
| const LayoutUnit& caretWidth();
|
|
|
| struct AnnotatedRegionValue {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| bool operator==(const AnnotatedRegionValue& o) const
|
| {
|
| return draggable == o.draggable && bounds == o.bounds;
|
|
|