Bug 689337 - Desktop notification interfaces should not be marked 'function'; r=khuey

This commit is contained in:
Ms2ger 2012-01-25 08:50:04 +01:00
parent 78974837e7
commit c35015ccf5

View File

@ -40,7 +40,7 @@ interface nsIDOMEventListener;
interface nsIDOMDesktopNotification; interface nsIDOMDesktopNotification;
[scriptable, function, uuid(CCEA6185-0A3D-45AB-9058-1004DD4B8C50)] [scriptable, uuid(CCEA6185-0A3D-45AB-9058-1004DD4B8C50)]
interface nsIDOMDesktopNotificationCenter : nsISupports interface nsIDOMDesktopNotificationCenter : nsISupports
{ {
nsIDOMDesktopNotification createNotification(in DOMString title, nsIDOMDesktopNotification createNotification(in DOMString title,
@ -49,7 +49,7 @@ interface nsIDOMDesktopNotificationCenter : nsISupports
}; };
[scriptable, function, uuid(9131FD07-A7DB-4B3A-A98B-6D9F3746682F)] [scriptable, uuid(9131FD07-A7DB-4B3A-A98B-6D9F3746682F)]
interface nsIDOMDesktopNotification : nsISupports interface nsIDOMDesktopNotification : nsISupports
{ {
void show(); void show();