webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp
branchRCL_3
changeset 47 e1bea15f9a39
parent 11 c8a366e56285
child 48 79859ed3eea9
--- a/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Thu Jul 15 19:53:20 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Thu Aug 19 10:58:56 2010 +0300
@@ -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()