| Index: Source/core/html/HTMLBRElement.h
|
| diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h
|
| index 731018a094883666dc58721485d1865d8b28aff7..29bc3312fccf5666636579d9631f76cc9edc4870 100644
|
| --- a/Source/core/html/HTMLBRElement.h
|
| +++ b/Source/core/html/HTMLBRElement.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLBRElement : public HTMLElement {
|
| +class HTMLBRElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLBRElement> create(Document*);
|
| static PassRefPtr<HTMLBRElement> create(const QualifiedName&, Document*);
|
|
|