Bug 705443 - Use IDL for nsIDOMWindowUtils::GetClassName; r=khuey

This commit is contained in:
Ms2ger
2011-12-03 22:50:16 +01:00
parent dff333b2a0
commit e272a33dff
2 changed files with 8 additions and 32 deletions

View File

@@ -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.