Index: Source/core/html/ImageDocument.h |
diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h |
index f6f998e80dc86e2d0bfb084a693f3416adfae0b1..b533ca30be0bc7f3b3f5808447a24a9b2de5ddf5 100644 |
--- a/Source/core/html/ImageDocument.h |
+++ b/Source/core/html/ImageDocument.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class CachedImage; |
class ImageDocumentElement; |
-class ImageDocument : public HTMLDocument { |
+class ImageDocument FINAL : public HTMLDocument { |
public: |
static PassRefPtr<ImageDocument> create(Frame* frame, const KURL& url) |
{ |