| Index: modules/quota/StorageInfo.idl
|
| diff --git a/modules/quota/StorageInfo.idl b/modules/quota/StorageInfo.idl
|
| index f21070e3bed348bef45818bc828f2a3a457b00ea..7988ac38d925c58b6c7d24a2e72a36aa8207b590 100644
|
| --- a/modules/quota/StorageInfo.idl
|
| +++ b/modules/quota/StorageInfo.idl
|
| @@ -29,6 +29,6 @@
|
| const unsigned short TEMPORARY = 0;
|
| const unsigned short PERSISTENT = 1;
|
|
|
| - [CallWith=ScriptExecutionContext] void queryUsageAndQuota(unsigned short storageType, optional StorageUsageCallback usageCallback, optional StorageErrorCallback errorCallback);
|
| - [CallWith=ScriptExecutionContext] void requestQuota(unsigned short storageType, unsigned long long newQuotaInBytes, optional StorageQuotaCallback quotaCallback, optional StorageErrorCallback errorCallback);
|
| + [CallWith=ExecutionContext] void queryUsageAndQuota(unsigned short storageType, optional StorageUsageCallback usageCallback, optional StorageErrorCallback errorCallback);
|
| + [CallWith=ExecutionContext] void requestQuota(unsigned short storageType, unsigned long long newQuotaInBytes, optional StorageQuotaCallback quotaCallback, optional StorageErrorCallback errorCallback);
|
| };
|
|
|