| Index: modules/indexeddb/IDBTransaction.idl
|
| diff --git a/modules/indexeddb/IDBTransaction.idl b/modules/indexeddb/IDBTransaction.idl
|
| index ec9995b14ece30c6c605e996d4d97569d787d49d..912736d5de1304bcce6e2dc71f28682b425b099a 100644
|
| --- a/modules/indexeddb/IDBTransaction.idl
|
| +++ b/modules/indexeddb/IDBTransaction.idl
|
| @@ -33,7 +33,6 @@
|
| readonly attribute DOMString mode;
|
| readonly attribute IDBDatabase db;
|
| readonly attribute DOMError error;
|
| - [TreatReturnedNullStringAs=Undefined] readonly attribute DOMString webkitErrorMessage;
|
|
|
| // Methods
|
| [RaisesException] IDBObjectStore objectStore (DOMString name);
|
|
|