| Index: Source/core/html/TextDocument.h
|
| diff --git a/Source/core/html/TextDocument.h b/Source/core/html/TextDocument.h
|
| index 2ea49f81a808e967bf69420bff040ab0deb50e82..eeb6010eb800ebdd18945fc00a58612356587b3d 100644
|
| --- a/Source/core/html/TextDocument.h
|
| +++ b/Source/core/html/TextDocument.h
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class TextDocument : public HTMLDocument {
|
| +class TextDocument FINAL : public HTMLDocument {
|
| public:
|
| static PassRefPtr<TextDocument> create(Frame* frame, const KURL& url)
|
| {
|
|
|