Bug 674805 - Move WorkerPrivateParent instantiation inside namespace; r=bent

This commit is contained in:
Jim Chen 2011-08-04 15:01:45 -07:00
Родитель 8c7a6923a2
Коммит adcdcf68d3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3119,11 +3119,11 @@ WorkerPrivate::AssertIsOnWorkerThread() const
}
#endif
BEGIN_WORKERS_NAMESPACE
// Force instantiation.
template class WorkerPrivateParent<WorkerPrivate>;
BEGIN_WORKERS_NAMESPACE
WorkerPrivate*
GetWorkerPrivateFromContext(JSContext* aCx)
{