IndexedDB: Remove invalid DCHECK that database name is non-empty
commit821eb21ce56f0e5cd82ea06103e4ca3a492797d5
authorjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sun, 9 Mar 2014 05:32:02 +0000 (9 05:32 +0000)
committerjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sun, 9 Mar 2014 05:32:02 +0000 (9 05:32 +0000)
tree5034d277fb8cc906c1f19ea32448470d49178732
parent91a64d28301036347c30fc578b88838a35213a58
IndexedDB: Remove invalid DCHECK that database name is non-empty

Nothing in the spec - or Blink implementation - precludes empty names
for databases. Remove this bogus DCHECK.

Will add Blink-side layout tests once this lands.

BUG=350133
R=cmumford

Review URL: https://codereview.chromium.org/189413007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255828 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/indexed_db/indexed_db_database.cc