| Index: Source/core/dom/shadow/ElementShadow.cpp
|
| diff --git a/Source/core/dom/shadow/ElementShadow.cpp b/Source/core/dom/shadow/ElementShadow.cpp
|
| index 87ee65e82d97a86282f06e1a1330e69dfa6e9401..63e536c20503c788afc1e0289ed7ae3c414359f0 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.cpp
|
| +++ b/Source/core/dom/shadow/ElementShadow.cpp
|
| @@ -39,7 +39,7 @@
|
|
|
| namespace blink {
|
|
|
| -class DistributionPool FINAL {
|
| +class DistributionPool final {
|
| STACK_ALLOCATED();
|
| public:
|
| explicit DistributionPool(const ContainerNode&);
|
|
|