Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
This commit is contained in:
@@ -1655,7 +1655,7 @@ CacheScriptLoader::OnStreamComplete(nsIStreamLoader* aLoader, nsISupports* aCont
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
class ChannelGetterRunnable final : public nsRunnable
|
||||
class ChannelGetterRunnable final : public Runnable
|
||||
{
|
||||
WorkerPrivate* mParentWorker;
|
||||
nsCOMPtr<nsIEventTarget> mSyncLoopTarget;
|
||||
|
||||
Reference in New Issue
Block a user