| Index: third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h b/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h
|
| index 23030a84bfdf403afe722055cebebe551a611d4c..eb0288a0e08a96991322ede6e78e336cbfb0cd55 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h
|
| @@ -11,7 +11,7 @@
|
| namespace blink {
|
|
|
| class StyleSelfAlignmentData {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| // Style data for Self-Aligment and Default-Alignment properties: align-{self, items}, justify-{self, items}.
|
| // [ <self-position> && <overflow-position>? ] | [ legacy && [ left | right | center ] ]
|
|
|