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
|
}; |