| Index: modules/indexeddb/IDBFactory.idl
|
| diff --git a/modules/indexeddb/IDBFactory.idl b/modules/indexeddb/IDBFactory.idl
|
| index dc69602817d01bf207ad7a7ed2933b6e1a41e420..7e0013cecb90b00028a84b562aeac1820b839506 100644
|
| --- a/modules/indexeddb/IDBFactory.idl
|
| +++ b/modules/indexeddb/IDBFactory.idl
|
| @@ -25,10 +25,10 @@
|
|
|
| [
|
| ] interface IDBFactory {
|
| - [CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames, RaisesException] IDBRequest webkitGetDatabaseNames();
|
| + [CallWith=ExecutionContext, ImplementedAs=getDatabaseNames, RaisesException] IDBRequest webkitGetDatabaseNames();
|
|
|
| - [CallWith=ScriptExecutionContext, RaisesException] IDBOpenDBRequest open(DOMString name, [EnforceRange] optional unsigned long long version);
|
| - [CallWith=ScriptExecutionContext, RaisesException] IDBOpenDBRequest deleteDatabase(DOMString name);
|
| + [CallWith=ExecutionContext, RaisesException] IDBOpenDBRequest open(DOMString name, [EnforceRange] optional unsigned long long version);
|
| + [CallWith=ExecutionContext, RaisesException] IDBOpenDBRequest deleteDatabase(DOMString name);
|
|
|
| - [CallWith=ScriptExecutionContext, RaisesException] short cmp(any first, any second);
|
| + [CallWith=ExecutionContext, RaisesException] short cmp(any first, any second);
|
| };
|
|
|