webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
--- a/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Fri Jul 03 15:54:40 2009 +0100
+++ b/webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp	Thu Aug 27 07:44:59 2009 +0300
@@ -118,4 +118,9 @@
     stopSharedTimer();
     }
 
+void initSharedTimer()
+    {
+    shutdownInProgress = false;
+    }
+
 }