зеркало из https://github.com/mozilla/gecko-dev.git
Bug 910407 - Fix Assertion failure: !NS_IsMainThread(), at dom/wifi/WifiProxyService.cpp:123 r=gwagner
This commit is contained in:
Родитель
b39e827cbe
Коммит
af23d0274b
|
@ -120,7 +120,7 @@ class ControlRunnable : public nsRunnable
|
|||
{
|
||||
public:
|
||||
ControlRunnable(CommandOptions aOptions) : mOptions(aOptions) {
|
||||
MOZ_ASSERT(!NS_IsMainThread());
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
}
|
||||
|
||||
NS_IMETHOD Run()
|
||||
|
|
Загрузка…
Ссылка в новой задаче