webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Tue Aug 31 16:17:46 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Wed Sep 01 12:28:30 2010 +0100
@@ -22,7 +22,7 @@
 #include <e32std.h>
 #include <e32base.h>
 #include <Timer.h>
-
+#include <kjs_window.h>
 static TInt64 remainingMicro = 0;
 static bool shutdownInProgress = false;
 
@@ -123,6 +123,8 @@
     shutdownInProgress = true;
     stopSharedTimer();
     TimerBase::deleteTimerHeap();
+        
+    KJS::shutdownJSTimer();
     }
 
 void initSharedTimer()