| Index: Source/core/dom/shadow/ContentDistribution.h
|
| diff --git a/Source/core/dom/shadow/ContentDistribution.h b/Source/core/dom/shadow/ContentDistribution.h
|
| index 10b1a499c553413c5b499b4db5e65521975e2906..c5d16874e553d1646dcd717c5038d5610812808b 100644
|
| --- a/Source/core/dom/shadow/ContentDistribution.h
|
| +++ b/Source/core/dom/shadow/ContentDistribution.h
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace blink {
|
|
|
| -class ContentDistribution FINAL {
|
| +class ContentDistribution final {
|
| DISALLOW_ALLOCATION();
|
| public:
|
| ContentDistribution() { m_nodes.reserveInitialCapacity(32); }
|
|
|