| Index: Source/core/dom/DocumentType.h
|
| diff --git a/Source/core/dom/DocumentType.h b/Source/core/dom/DocumentType.h
|
| index 6c641245917d5c32db0abbfc7b2b73e772c44c43..c57ac252a42b9e458c34a78544a568d589549b48 100644
|
| --- a/Source/core/dom/DocumentType.h
|
| +++ b/Source/core/dom/DocumentType.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class NamedNodeMap;
|
|
|
| -class DocumentType : public Node {
|
| +class DocumentType FINAL : public Node {
|
| public:
|
| static PassRefPtr<DocumentType> create(Document* document, const String& name, const String& publicId, const String& systemId)
|
| {
|
|
|