Back out c39d60483813 (bug 905364) for xpcshell and b2g desktop bustage

This commit is contained in:
Phil Ringnalda
2013-08-16 22:38:48 -07:00
parent 9e4c831721
commit f52eb1b949
3 changed files with 15 additions and 16 deletions

View File

@@ -1718,8 +1718,6 @@ main(int argc, char **argv, char **envp)
if (NS_FAILED(rv))
return 1;
// Workaround for bug 905926.
xpc->GetSafeJSContext();
{
JS::Rooted<JSObject*> glob(cx, holder->GetJSObject());
if (!glob) {