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 59833ecc3dac80a5b5d2060871a1f9b719d15ebb..485fdf46c55b5e4b1ed85ef8105461b889beacf4 100644 |
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl |
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.idl |
| @@ -7,8 +7,8 @@ |
| enum IDBObservationType { |
| "add", |
| "put", |
| - // TODO(palakj): Operation type being returned as kDelete instead of delete. |
| - "delete", |
| + // TODO(palakj): Replace kDelete with delete. |
| + "kDelete", |
| "clear" |
| }; |
| [ |