| Index: Source/core/html/HTMLHeadElement.h
|
| diff --git a/Source/core/html/HTMLHeadElement.h b/Source/core/html/HTMLHeadElement.h
|
| index 1a5df864c6e6bd212d83e734a3ff9c68bf1bee9c..8106827ce04b021cb77c77574746cac569ed9c4b 100644
|
| --- a/Source/core/html/HTMLHeadElement.h
|
| +++ b/Source/core/html/HTMLHeadElement.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLHeadElement : public HTMLElement {
|
| +class HTMLHeadElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLHeadElement> create(Document*);
|
| static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document*);
|
|
|