| Index: Source/core/html/HTMLTemplateElement.h
|
| diff --git a/Source/core/html/HTMLTemplateElement.h b/Source/core/html/HTMLTemplateElement.h
|
| index 51dc752a2806f18cf85bd8ba826383038497ed38..0518e879cfd754a92d0ebb4fd9259b39c8463cd2 100644
|
| --- a/Source/core/html/HTMLTemplateElement.h
|
| +++ b/Source/core/html/HTMLTemplateElement.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLTemplateElement : public HTMLElement {
|
| +class HTMLTemplateElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLTemplateElement> create(const QualifiedName&, Document*);
|
| virtual ~HTMLTemplateElement();
|
|
|