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