Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan

git-svn-id: svn://10.0.0.236/trunk@182120 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-10-12 20:16:35 +00:00
parent 10f085cb6d
commit a29f4399fa
6 changed files with 19 additions and 13 deletions

View File

@@ -1748,7 +1748,7 @@ nsWindowWatcher::AttachArguments(nsIDOMWindow *aWindow,
NS_ENSURE_TRUE(scriptGlobal, NS_ERROR_UNEXPECTED);
// Just ask the global to attach the args for us
return scriptGlobal->SetNewArguments(argc, argv);
return scriptGlobal->SetNewArguments(argc, NS_STATIC_CAST(void*, argv));
}
nsresult