Bug 948003 - Mark GeckoAppShell.loadPluginClass() as used from JNI r=blassey
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user