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

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

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Renderer changes 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/IDBObserverInit.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
index 54cd0163581fd98ae58cc043fbed04f3e62b993d..985fde65e101d1b27aa6684b1d13ad210ad312dc 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
@@ -10,4 +10,5 @@
boolean transaction = false;
boolean values = false;
boolean noRecords = false;
+ sequence<IDBObservationType> operationTypes;
palakj1 2016/07/20 01:33:36 Need to initialize this sequence<IDBObservationTy
};

Powered by Google App Engine
This is Rietveld 408576698