webengine/osswebengine/JavaScriptCore/kjs/collector.h
branchRCL_3
changeset 93 79859ed3eea9
parent 92 e1bea15f9a39
child 94 919f36ff910f
--- a/webengine/osswebengine/JavaScriptCore/kjs/collector.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/JavaScriptCore/kjs/collector.h	Tue Aug 31 16:17:46 2010 +0300
@@ -44,8 +44,6 @@
   public:
     static void* allocate(size_t s);
     IMPORT static bool collect();
-    IMPORT static void startedExit(bool status);
-    IMPORT static bool isExitInProgress(); 
     static bool isBusy(); // true if an allocation or collection is in progress
 
     static const size_t minExtraCostSize = 256;
@@ -100,7 +98,6 @@
     
     static size_t mainThreadOnlyObjectCount;
     static bool memoryFull;
-    static bool m_exitInProgress; 
   };
 
   // tunable parameters