| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| index d35641a4ff3853541569cccfc643959d8946c89c..cefcce208ce213947fc3ebac383479456eb8f96b 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| @@ -43,7 +43,7 @@ enum IDBTransactionMode {
|
| // Properties
|
| readonly attribute DOMStringList objectStoreNames;
|
| readonly attribute IDBTransactionMode mode;
|
| - readonly attribute IDBDatabase db;
|
| + [SameObject] readonly attribute IDBDatabase db;
|
| readonly attribute DOMException error;
|
|
|
| // Methods
|
|
|