Changed case of nsIFactory.idl methods to start with lower case to be like other

interfaces.  Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.

Bug 46771.

r=waterson.

I am in today and tomorrow.


git-svn-id: svn://10.0.0.236/trunk@76014 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rayw%netscape.com
2000-08-10 20:12:08 +00:00
parent 5c4eea6dd3
commit b02b43d396
14 changed files with 27 additions and 27 deletions

View File

@@ -93,7 +93,7 @@ var myModule = {
* know what aggregation is all about, you don't need to. It reduces
* even the mightiest of XPCOM warriors to snivelling cowards.)
*/
CreateInstance: function (outer, iid) {
createInstance: function (outer, iid) {
dump("CI: " + iid + "\n");
if (outer != null)
throw Components.results.NS_ERROR_NO_AGGREGATION;