| Index: Source/core/loader/SinkDocument.h
|
| diff --git a/Source/core/loader/SinkDocument.h b/Source/core/loader/SinkDocument.h
|
| index 50152ff9ecca7f5e4fda6e8741291e4ba9e1b947..76d9a83483f943a33290afc9c057585c2d8302d8 100644
|
| --- a/Source/core/loader/SinkDocument.h
|
| +++ b/Source/core/loader/SinkDocument.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SinkDocument : public HTMLDocument {
|
| +class SinkDocument FINAL : public HTMLDocument {
|
| public:
|
| static PassRefPtr<SinkDocument> create(Frame* frame, const KURL& url)
|
| {
|
|
|