X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/1df5f87f1309a8daa30dabdee855f48ae40d14ab..6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174:/runtime/TimeoutChecker.h diff --git a/runtime/TimeoutChecker.h b/runtime/TimeoutChecker.h index 5925641..89d6158 100644 --- a/runtime/TimeoutChecker.h +++ b/runtime/TimeoutChecker.h @@ -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;