Bug 1432963 - Fixing workers headers - part 13 - WorkerHolder without workers namespace, r=smaug

This commit is contained in:
Andrea Marchesini
2018-01-31 08:23:44 +01:00
parent fac6814ce2
commit 30cbccd56d
55 changed files with 146 additions and 165 deletions

View File

@@ -794,7 +794,7 @@ private:
}
bool
Notify(Status aStatus)
Notify(WorkerStatus aStatus)
{
mWorkerPrivate->AssertIsOnWorkerThread();
@@ -1463,7 +1463,7 @@ public:
}
virtual bool
Notify(Status aStatus) override
Notify(WorkerStatus aStatus) override
{
mRunnable->Notify(aStatus);
return true;