Bug 1432963 - Fixing workers headers - part 13 - WorkerHolder without workers namespace, r=smaug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user