Bug 978042 - Part 4: AutoPushJSContext in FileRequest::NotifyHelperCompleted. r=bholley

This commit is contained in:
Bob Owen 2014-03-04 16:34:49 +00:00
parent 45cde4b66a
commit b10f79c5e4

View File

@ -71,7 +71,7 @@ FileRequest::NotifyHelperCompleted(FileHelper* aFileHelper)
nsIScriptContext* sc = GetContextForEventHandlers(&rv);
NS_ENSURE_STATE(sc);
AutoPushJSContext cx(sc->GetNativeContext());
AutoJSContext cx;
NS_ASSERTION(cx, "Failed to get a context!");
JS::Rooted<JS::Value> result(cx);