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..c3b5fec79c2cdf54c8fc9eb1fef7fd84c92c1ede 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; |
+ IDBObservationType[] operationTypes = []; |
Marijn Kruisselbrink
2016/07/18 22:21:11
this should be sequence<IDBObservationType>
palakj1
2016/07/18 22:42:18
Done
|
}; |