Index: Source/core/frame/History.h |
diff --git a/Source/core/frame/History.h b/Source/core/frame/History.h |
index 42ec3456a021b4961dcdae29e2a591eb289d5e5e..7bedc4db80e35161aec83a5904281ce86c2bb09e 100644 |
--- a/Source/core/frame/History.h |
+++ b/Source/core/frame/History.h |
@@ -41,7 +41,7 @@ class KURL; |
class ExecutionContext; |
class ExceptionState; |
-class History : public ScriptWrappable, public RefCounted<History>, public DOMWindowProperty { |
+class History FINAL : public ScriptWrappable, public RefCounted<History>, public DOMWindowProperty { |
public: |
static PassRefPtr<History> create(Frame* frame) { return adoptRef(new History(frame)); } |