From bec39347bb3bb5bf1187ccaf471d26247f28b585 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Thu, 30 Sep 2010 15:42:16 +0100 Subject: Merge WebKit at r68651 : Initial merge by git. Change-Id: I3d6bff59f17eedd6722723354f386fec9be8ad12 --- WebCore/dom/DeviceOrientationController.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WebCore/dom/DeviceOrientationController.cpp') diff --git a/WebCore/dom/DeviceOrientationController.cpp b/WebCore/dom/DeviceOrientationController.cpp index a744366..60fcf13 100644 --- a/WebCore/dom/DeviceOrientationController.cpp +++ b/WebCore/dom/DeviceOrientationController.cpp @@ -41,6 +41,11 @@ DeviceOrientationController::DeviceOrientationController(Page* page, DeviceOrien m_client->setController(this); } +DeviceOrientationController::~DeviceOrientationController() +{ + m_client->deviceOrientationControllerDestroyed(); +} + void DeviceOrientationController::timerFired(Timer* timer) { ASSERT_UNUSED(timer, timer == &m_timer); -- cgit v1.1