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(); |
suzyh_UTC10 (ex-contributor)
2016/08/26 04:14:34
Can you elaborate on the consequences of making th
alancutter (OOO until 2018)
2016/08/26 13:31:48
It's necessary for Vector<FillSize> which does pla
|
FillSize() |
: type(SizeLength) |
{ |