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