| Index: Source/core/html/HTMLTableRowElement.h
|
| diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h
|
| index c433677ac8478fc637bcb47f024210a012729b9c..c77d10d52f8ee1c7e1e0bb4b3d674038c14e99ca 100644
|
| --- a/Source/core/html/HTMLTableRowElement.h
|
| +++ b/Source/core/html/HTMLTableRowElement.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLTableRowElement : public HTMLTablePartElement {
|
| +class HTMLTableRowElement FINAL : public HTMLTablePartElement {
|
| public:
|
| static PassRefPtr<HTMLTableRowElement> create(Document*);
|
| static PassRefPtr<HTMLTableRowElement> create(const QualifiedName&, Document*);
|
|
|