summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/DeviceOrientationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/DeviceOrientationController.h')
-rw-r--r--WebCore/dom/DeviceOrientationController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/DeviceOrientationController.h b/WebCore/dom/DeviceOrientationController.h
index 9517791..53b80f8 100644
--- a/WebCore/dom/DeviceOrientationController.h
+++ b/WebCore/dom/DeviceOrientationController.h
@@ -40,6 +40,7 @@ class Page;
class DeviceOrientationController {
public:
DeviceOrientationController(Page*, DeviceOrientationClient*);
+ ~DeviceOrientationController();
void addListener(DOMWindow*);
void removeListener(DOMWindow*);