Chromium Code Reviews| Index: third_party/WebKit/Source/modules/indexeddb/IDBKey.cpp |
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBKey.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBKey.cpp |
| index 356ad3bbf3b210df2566c89d03bcc990e57753aa..73931db7d27c603b3e47ee071f0e88c7ded40856 100644 |
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBKey.cpp |
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBKey.cpp |
| @@ -83,7 +83,7 @@ int IDBKey::compare(const IDBKey* other) const { |
| case NumberType: |
| return compareNumbers(m_number, other->m_number); |
| case InvalidType: |
| - case MinType: |
| + case TypeEnumMax: |
| ASSERT_NOT_REACHED(); |
| return 0; |
| } |