Bug 959070: Make sure to call ScriptExecutorRunnable's base class's Cancel method too. r=janv

This commit is contained in:
Kyle Huey 2014-01-13 09:41:02 -08:00
parent 389b753812
commit 87cce0f558

View File

@ -755,7 +755,7 @@ NS_IMETHODIMP
ScriptExecutorRunnable::Cancel()
{
ShutdownScriptLoader(mWorkerPrivate->GetJSContext(), mWorkerPrivate, false);
return NS_OK;
return MainThreadWorkerSyncRunnable::Cancel();
}
void