| Index: Source/core/html/HTMLParagraphElement.h
|
| diff --git a/Source/core/html/HTMLParagraphElement.h b/Source/core/html/HTMLParagraphElement.h
|
| index 94bfd7899b707098458f7658a32bc18f3d0b3d7a..f51f2e893006d510638768ac3c8697f908e0acd9 100644
|
| --- a/Source/core/html/HTMLParagraphElement.h
|
| +++ b/Source/core/html/HTMLParagraphElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLParagraphElement : public HTMLElement {
|
| +class HTMLParagraphElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLParagraphElement> create(Document*);
|
| static PassRefPtr<HTMLParagraphElement> create(const QualifiedName&, Document*);
|
|
|