Bug 433456 - mozIStorageFunction should be a [function]; r=sdwilsh

This commit is contained in:
Akshay Gupta 2009-08-06 20:00:39 +02:00
Родитель b87df6c586
Коммит dd508c603d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -57,7 +57,7 @@ interface nsIVariant;
* These functions can be called from triggers, too. * These functions can be called from triggers, too.
* *
*/ */
[scriptable, uuid(9ff02465-21cb-49f3-b975-7d5b38ceec73)] [scriptable, function, uuid(9ff02465-21cb-49f3-b975-7d5b38ceec73)]
interface mozIStorageFunction : nsISupports { interface mozIStorageFunction : nsISupports {
/** /**
* onFunctionCall is called when execution of a custom * onFunctionCall is called when execution of a custom