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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user