| Index: Source/core/html/HTMLMetaElement.h
|
| diff --git a/Source/core/html/HTMLMetaElement.h b/Source/core/html/HTMLMetaElement.h
|
| index 167ea5d0de14c3ea94d7b9707559e4bf87686a55..ece33612ddb112084373886deba41877b960eae7 100644
|
| --- a/Source/core/html/HTMLMetaElement.h
|
| +++ b/Source/core/html/HTMLMetaElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLMetaElement : public HTMLElement {
|
| +class HTMLMetaElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLMetaElement> create(const QualifiedName&, Document*);
|
|
|
|
|