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