| Index: Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
|
| index e4aa3cbdd0bb07aeba020b5e7564dbdeca417db1..80db8c0d956c334dc376a3ee6babe0a6b5ad7cae 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/Source/core/html/HTMLTextAreaElement.h
|
| @@ -31,7 +31,7 @@ namespace WebCore {
|
| class BeforeTextInsertedEvent;
|
| class VisibleSelection;
|
|
|
| -class HTMLTextAreaElement : public HTMLTextFormControlElement {
|
| +class HTMLTextAreaElement FINAL : public HTMLTextFormControlElement {
|
| public:
|
| static PassRefPtr<HTMLTextAreaElement> create(const QualifiedName&, Document*, HTMLFormElement*);
|
|
|
|
|