Bug 1139990 - Remove No activatingWorker warning. r=ehsan

This commit is contained in:
Nikhil Marathe 2015-03-05 09:39:58 -08:00
parent c152684fd5
commit 0ed7982710

View File

@ -1108,7 +1108,6 @@ ServiceWorkerRegistrationInfo::Activate()
nsRefPtr<ServiceWorkerManager> swm = ServiceWorkerManager::GetInstance();
swm->InvalidateServiceWorkerRegistrationWorker(this, WhichServiceWorker::WAITING_WORKER | WhichServiceWorker::ACTIVE_WORKER);
if (!activatingWorker) {
NS_WARNING("No activatingWorker!");
return;
}