| 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 3d7260484f4edb1b667f5c5a1ea7d7fdb6d801de..d22dfbd44674d2af969e3c2fc09f2e358be682d9 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
|
| @@ -4,9 +4,7 @@
|
|
|
| // https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md#options-argument
|
|
|
| -[
|
| - RuntimeEnabled=IDBObserver
|
| -] dictionary IDBObserverInit {
|
| +dictionary IDBObserverInit {
|
| boolean transaction = false;
|
| boolean values = false;
|
| boolean noRecords = false;
|
|
|