diff options
Diffstat (limited to 'webkit/tools/test_shell/layout_test_controller.h')
-rw-r--r-- | webkit/tools/test_shell/layout_test_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h index 136b6a1..3ada264 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. |