Explicitly implement copy ctor/assignment operator for IndexedDBKey
commit662e95081cfe6aa20be3a367d7e12b71f9d790b3
authorjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 13 Jan 2014 20:51:11 +0000 (13 20:51 +0000)
committerjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 13 Jan 2014 20:51:11 +0000 (13 20:51 +0000)
treefb02de5f7c6ca749dc53b242037124fb200d7db6
parent1f3f89a74edfb16ee8465032a4eec6720bd54017
Explicitly implement copy ctor/assignment operator for IndexedDBKey

The implicit implementations by the compiler are inlined, and lead
to ~8k of unnecessary code.

R=bratell@opera.com
BUG=333205

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244576 0039d316-1c4b-4281-b951-d872f2087c98
content/common/indexed_db/indexed_db_key.cc
content/common/indexed_db/indexed_db_key.h