Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/FillLayer.h |
| diff --git a/third_party/WebKit/Source/core/style/FillLayer.h b/third_party/WebKit/Source/core/style/FillLayer.h |
| index f14ef062d2fea3c52bee828c40b9b399c3422365..708197283fb19d59aa5e75b03dc6bfdaff50b0a2 100644 |
| --- a/third_party/WebKit/Source/core/style/FillLayer.h |
| +++ b/third_party/WebKit/Source/core/style/FillLayer.h |
| @@ -37,7 +37,7 @@ |
| namespace blink { |
| struct FillSize { |
| - STACK_ALLOCATED(); |
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
|
alancutter (OOO until 2018)
2016/09/07 08:30:23
As discussed on previous patchsets this is due to
|
| FillSize() |
| : type(SizeLength) |
| { |