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