Index: webkit/tools/test_shell/layout_test_controller.h |
diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h |
index 136b6a1f521d52d030b92a22812c2fb2460b066e..3ada2646d9b69f04bd0b271b7c8d8a70ecb23e1f 100644 |
--- a/webkit/tools/test_shell/layout_test_controller.h |
+++ b/webkit/tools/test_shell/layout_test_controller.h |
@@ -27,7 +27,7 @@ class LayoutTestController : public CppBoundClass { |
// Builds the property and method lists needed to bind this class to a JS |
// object. |
LayoutTestController(TestShell* shell); |
- ~LayoutTestController(); |
+ virtual ~LayoutTestController(); |
// By default, tests end when page load is complete. These methods are used |
// to delay the completion of the test until notifyDone is called. |