зеркало из https://github.com/mozilla/pjs.git
Changed method signature of LM_GetJSPrincipalsFromJavaCaller
This commit is contained in:
Родитель
a3e28cb5d1
Коммит
d226abdd05
|
@ -551,7 +551,7 @@ LM_SetUntransformedSource(JSPrincipals *principals, char *original,
|
|||
char *transformed);
|
||||
|
||||
extern JSPrincipals * PR_CALLBACK
|
||||
LM_GetJSPrincipalsFromJavaCaller(JSContext *cx, int callerDepth);
|
||||
LM_GetJSPrincipalsFromJavaCaller(JSContext *cx, void *principalsArray);
|
||||
|
||||
/*
|
||||
* LM_RegisterPrincipals will verify and register a set of principals
|
||||
|
|
Загрузка…
Ссылка в новой задаче