webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp
branchRCL_3
changeset 93 79859ed3eea9
parent 92 e1bea15f9a39
child 94 919f36ff910f
--- a/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Tue Aug 31 16:17:46 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,8 +123,6 @@
     shutdownInProgress = true;
     stopSharedTimer();
     TimerBase::deleteTimerHeap();
-        
-    KJS::shutdownJSTimer();
     }
 
 void initSharedTimer()