| Index: Source/core/html/HTMLHeadElement.h
|
| diff --git a/Source/core/html/HTMLHeadElement.h b/Source/core/html/HTMLHeadElement.h
|
| index 75e1695434b884ca717e2979773e0b39efbae8ec..15613dda514f06ef70c3ebd088e6882403d8a688 100644
|
| --- a/Source/core/html/HTMLHeadElement.h
|
| +++ b/Source/core/html/HTMLHeadElement.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace blink {
|
|
|
| -class HTMLHeadElement FINAL : public HTMLElement {
|
| +class HTMLHeadElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLHeadElement);
|
|
|