| Index: Source/core/dom/shadow/ElementShadow.h
|
| diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h
|
| index e6433560de087b335f29e3466c23e08ab2b95c38..4a3395f06c16543772da8ab629d67514f43a8a2e 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.h
|
| +++ b/Source/core/dom/shadow/ElementShadow.h
|
| @@ -38,7 +38,7 @@
|
|
|
| namespace blink {
|
|
|
| -class ElementShadow FINAL : public NoBaseWillBeGarbageCollectedFinalized<ElementShadow> {
|
| +class ElementShadow final : public NoBaseWillBeGarbageCollectedFinalized<ElementShadow> {
|
| WTF_MAKE_NONCOPYABLE(ElementShadow);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
|
|