Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl

Issue 2837613003: IndexedDB: Add [SameObject] / [NewObject] annotations per spec (Closed)
Patch Set: Remove extra NewObject annotations Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698