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

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: Minor typecasting 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..3d7260484f4edb1b667f5c5a1ea7d7fdb6d801de 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 = [];
};

Powered by Google App Engine
This is Rietveld 408576698