Bug 948003 - Mark GeckoAppShell.loadPluginClass() as used from JNI r=blassey

This commit is contained in:
James Willcox
2013-12-11 15:53:06 -06:00
parent ca2bd38788
commit fcc8580fc3
4 changed files with 43 additions and 21 deletions

View File

@@ -2081,6 +2081,7 @@ public class GeckoAppShell
return pluginCL.loadClass(className);
}
@WrapElementForJNI(allowMultithread = true)
public static Class<?> loadPluginClass(String className, String libName) {
if (getGeckoInterface() == null)
return null;