IndexedDB: Fix IPC logging to avoid DCHECKs
commit8913fe41ed54a84a3b2a64d1b82f30ebc395273f
authorjsbell <jsbell@chromium.org>
Thu, 21 May 2015 22:28:14 +0000 (21 15:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 21 May 2015 22:28:50 +0000 (21 22:28 +0000)
treee90696b21326c865ca91c833a576a1e365f35718
parent5fdef63ff67c5c88a606c49bbbc7b52e0b43fa60
IndexedDB: Fix IPC logging to avoid DCHECKs

The IPC parameter logging for IndexedDB types logged values for all
members of the "variant" types (key, key path), but DCHECKs were
added since then that asserted only the correct type was accessed.
Update the logging to emit only the relevant members.

R=cmumford@chromium.org
BUG=490415

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

Cr-Commit-Position: refs/heads/master@{#331011}
content/common/indexed_db/indexed_db_param_traits.cc