summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db_param_traits.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/indexed_db_param_traits.cc')
-rw-r--r--content/common/indexed_db_param_traits.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/indexed_db_param_traits.cc b/content/common/indexed_db_param_traits.cc
index 326efbc7..d1f94da 100644
--- a/content/common/indexed_db_param_traits.cc
+++ b/content/common/indexed_db_param_traits.cc
@@ -80,7 +80,6 @@ bool ParamTraits<IndexedDBKey>::Read(const Message* m,
r->SetNumber(number);
return true;
case WebKit::WebIDBKey::InvalidType:
- default: // TODO(jsbell): Remove this case label once NullType is gone
r->SetInvalid();
return true;
}