Bug 705443 - Use IDL for nsIDOMWindowUtils::GetClassName; r=khuey
This commit is contained in:
@@ -68,7 +68,7 @@ interface nsIDOMWindow;
|
||||
interface nsIDOMFile;
|
||||
interface nsIFile;
|
||||
|
||||
[scriptable, uuid(c5cf91b3-0b89-4417-b13c-5540ba6ebde8)]
|
||||
[scriptable, uuid(bf868921-0288-4799-a806-2fa642590197)]
|
||||
interface nsIDOMWindowUtils : nsISupports {
|
||||
|
||||
/**
|
||||
@@ -557,7 +557,7 @@ interface nsIDOMWindowUtils : nsISupports {
|
||||
* Returns the real classname (possibly of the mostly-transparent security
|
||||
* wrapper) of aObj.
|
||||
*/
|
||||
string getClassName(/*in JSObjectPtr aObj*/);
|
||||
[implicit_jscontext] string getClassName(in jsval aObject);
|
||||
|
||||
/**
|
||||
* Generate a content command event.
|
||||
|
||||
Reference in New Issue
Block a user