Chromium Code Reviews| Index: third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl |
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl |
| index c25bbf57d3d18aa5c09d9757745fbe7d38f457b3..96b91f2f35bf353abde6fda65154f40c1851914c 100644 |
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl |
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl |
| @@ -7,6 +7,7 @@ |
| enum IDBObservationType { |
| "add", |
| "put", |
| + // FIXME: Operation type being returned as kDelete instead of delete. |
| "delete", |
| "clear" |
| }; |