Version 3.23.8

Fixed crashes exposed though fuzzing. (Chromium issue 320948)

Deprecated v8::External::New without Isolate parameter.

Made number of available threads isolate-dependent and exposed it to ResourceConstraints. (issue 2991)

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@17897 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/sweeper-thread.h b/src/sweeper-thread.h
index c36cfc3..96255a0 100644
--- a/src/sweeper-thread.h
+++ b/src/sweeper-thread.h
@@ -51,6 +51,8 @@
   void WaitForSweeperThread();
   intptr_t StealMemory(PagedSpace* space);
 
+  static int NumberOfThreads(int max_available);
+
  private:
   Isolate* isolate_;
   Heap* heap_;