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