зеркало из https://github.com/mozilla/gecko-dev.git
Bug 674805 - Move WorkerPrivateParent instantiation inside namespace; r=bent
This commit is contained in:
Родитель
8c7a6923a2
Коммит
adcdcf68d3
|
@ -3119,11 +3119,11 @@ WorkerPrivate::AssertIsOnWorkerThread() const
|
|||
}
|
||||
#endif
|
||||
|
||||
BEGIN_WORKERS_NAMESPACE
|
||||
|
||||
// Force instantiation.
|
||||
template class WorkerPrivateParent<WorkerPrivate>;
|
||||
|
||||
BEGIN_WORKERS_NAMESPACE
|
||||
|
||||
WorkerPrivate*
|
||||
GetWorkerPrivateFromContext(JSContext* aCx)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче