]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/TimeoutChecker.h
JavaScriptCore-1097.3.tar.gz
[apple/javascriptcore.git] / runtime / TimeoutChecker.h
index 5925641f80a366ad34061b562c74cd822e3cfe9b..89d6158ccdd647e236932f6d4c9c21e039b60ef8 100644 (file)
@@ -57,9 +57,9 @@ namespace JSC {
             --m_startCount;
         }
 
-        void reset();
+        JS_EXPORT_PRIVATE void reset();
 
-        bool didTimeOut(ExecState*);
+        JS_EXPORT_PRIVATE bool didTimeOut(ExecState*);
 
     private:
         unsigned m_timeoutInterval;