Added NS_NewArray function. Used by testcase. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -44,5 +44,7 @@ public final class GeckoEmbed {
|
||||
public static native nsILocalFile NS_NewLocalFile(String aPath, boolean followLinks);
|
||||
public static native nsIComponentManager NS_GetComponentManager();
|
||||
public static native nsIServiceManager NS_GetServiceManager();
|
||||
|
||||
public static native nsISimpleEnumerator NS_NewSingletonEnumerator(nsISupports aSingleton);
|
||||
public static native nsIMutableArray NS_NewArray();
|
||||
}
|
||||
Reference in New Issue
Block a user