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

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

Issue 2062203004: IDBObserver: Lifetime Management: Adding Observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final architechture Created 4 years, 5 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
Index: third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
index ab4d856fe270ac7932b1d268d6c1b38f3136c01a..3723dbc41a6a9125842c0d043d447577511575b9 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
@@ -11,4 +11,5 @@ callback IDBObserverCallback = void (IDBObserverChanges changes);
RuntimeEnabled=IDBObserver
] interface IDBObserver {
[RaisesException] void observe(IDBDatabase db, IDBTransaction tx);
+ [RaisesException] void unobserve(IDBDatabase db);
};

Powered by Google App Engine
This is Rietveld 408576698