Index: Source/web/WebWorkerInfo.cpp |
diff --git a/Source/web/WebWorkerInfo.cpp b/Source/web/WebWorkerInfo.cpp |
index 3ad0f4a3b8b08672c9400a044ca3c9ac79aa2cf4..896ea672105b55db32203d4139b02b44894ba2df 100644 |
--- a/Source/web/WebWorkerInfo.cpp |
+++ b/Source/web/WebWorkerInfo.cpp |
@@ -35,7 +35,7 @@ |
namespace WebKit { |
-unsigned WebWorkerInfo::dedicatedWorkerCount() |
+unsigned WebWorkerInfo::dedicatedWorkerCount() |
{ |
return WebCore::WorkerThread::workerThreadCount(); |
} |