Index: Source/core/dom/TouchController.h |
diff --git a/Source/core/dom/TouchController.h b/Source/core/dom/TouchController.h |
index 8ce5e13e4abdf1d86b7951538deacf811eac1fb3..83f7116279226135c96e796e8bd75c61703896ee 100644 |
--- a/Source/core/dom/TouchController.h |
+++ b/Source/core/dom/TouchController.h |
@@ -40,7 +40,7 @@ typedef HashCountedSet<Node*> TouchEventTargetSet; |
class Document; |
class DOMWindow; |
-class TouchController : public DocumentSupplement, public DOMWindowLifecycleObserver, public DocumentLifecycleObserver { |
+class TouchController FINAL : public DocumentSupplement, public DOMWindowLifecycleObserver, public DocumentLifecycleObserver { |
public: |
virtual ~TouchController(); |