Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence

This commit is contained in:
Tom Schuster
2014-01-09 18:39:36 +01:00
parent 648a6bdcd2
commit 4a7dd51a60
111 changed files with 593 additions and 601 deletions

View File

@@ -36,7 +36,7 @@ JSDebugger::~JSDebugger()
}
NS_IMETHODIMP
JSDebugger::AddClass(const JS::Value &global, JSContext* cx)
JSDebugger::AddClass(JS::Handle<JS::Value> global, JSContext* cx)
{
nsresult rv;
nsCOMPtr<nsIXPConnect> xpc = do_GetService(nsIXPConnect::GetCID(), &rv);