Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h |
| diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h |
| index cf616c458e64398fc15aa423a50a26cf91b5987a..750c9cb9068124ff22c0198fe80b3e1ac07f3355 100644 |
| --- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h |
| +++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h |
| @@ -75,7 +75,9 @@ enum WebIDBOperationType { |
| WebIDBAdd = 0, |
| WebIDBPut, |
| WebIDBDelete, |
| - WebIDBClear |
| + WebIDBClear, |
| + WebIDBOperationTypeCount = 4, |
|
dmurph
2016/07/08 18:40:44
Remove the " = 4" here, enums auto increment and t
palakj1
2016/07/08 22:17:54
Done.
|
| + WebIDBOperationTypeLast = WebIDBClear |
| }; |
| enum WebIDBTransactionMode { |