Bug 729269 - several sms interfaces shouldn't be marked [function]; r=mounir

This commit is contained in:
Nathan Froyd 2012-02-21 13:08:06 -08:00
parent 93087d4ede
commit b79a76a5b0
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ interface nsIDOMEventListener;
interface nsIDOMMozSmsRequest;
interface nsIDOMMozSmsFilter;
[scriptable, function, uuid(c9916dce-2947-41bb-95c2-818f792a020c)]
[scriptable, uuid(c9916dce-2947-41bb-95c2-818f792a020c)]
interface nsIDOMMozSmsManager : nsIDOMEventTarget
{
unsigned short getNumberOfMessagesForText(in DOMString text);

View File

@ -38,7 +38,7 @@
interface nsIDOMEventListener;
[scriptable, function, uuid(1b24469d-cfb7-4667-aaf0-c1d17289ae7c)]
[scriptable, uuid(1b24469d-cfb7-4667-aaf0-c1d17289ae7c)]
interface nsIDOMMozSmsRequest : nsIDOMEventTarget
{
// Returns whether "processing" or "done".

View File

@ -45,7 +45,7 @@
interface nsIDOMMozSmsFilter;
[scriptable, function, uuid(86b3b538-359d-40b0-acdf-8dfd698ff117)]
[scriptable, uuid(86b3b538-359d-40b0-acdf-8dfd698ff117)]
interface nsISmsDatabaseService : nsISupports
{
// Takes some information required to save the message and returns its id.