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