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

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

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Minor fix 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/IDBObservation.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl
index c25bbf57d3d18aa5c09d9757745fbe7d38f457b3..59833ecc3dac80a5b5d2060871a1f9b719d15ebb 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl
@@ -7,6 +7,7 @@
enum IDBObservationType {
"add",
"put",
+ // TODO(palakj): Operation type being returned as kDelete instead of delete.
"delete",
"clear"
};

Powered by Google App Engine
This is Rietveld 408576698