| Index: Source/core/workers/WorkerThread.h
|
| diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
|
| index ccc8b50198e04a725826fae62cb1640164c6e217..8d0f409fcb125324cf9b136bcdd26a45e875f9d1 100644
|
| --- a/Source/core/workers/WorkerThread.h
|
| +++ b/Source/core/workers/WorkerThread.h
|
| @@ -68,7 +68,6 @@ namespace WebCore {
|
|
|
| // Number of active worker threads.
|
| static unsigned workerThreadCount();
|
| - static void releaseFastMallocFreeMemoryInAllThreads();
|
|
|
| NotificationClient* getNotificationClient() { return m_notificationClient; }
|
| void setNotificationClient(NotificationClient* client) { m_notificationClient = client; }
|
|
|