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