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