diff options
Diffstat (limited to 'webkit/tools/test_shell/event_sending_controller.h')
-rw-r--r-- | webkit/tools/test_shell/event_sending_controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/event_sending_controller.h b/webkit/tools/test_shell/event_sending_controller.h index e7db529..95ddc05 100644 --- a/webkit/tools/test_shell/event_sending_controller.h +++ b/webkit/tools/test_shell/event_sending_controller.h @@ -36,6 +36,7 @@ class EventSendingController : public CppBoundClass { // Builds the property and method lists needed to bind this class to a JS // object. EventSendingController(TestShell* shell); + ~EventSendingController(); // Resets some static variable state. void Reset(); |