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 = []; |
}; |