Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: content/common/indexed_db/proxy_webidbdatabase_impl.cc

Issue 10980010: Cleanup the IPC param traits structure (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix android Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/indexed_db/indexed_db_messages.h ('k') | content/common/java_bridge_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db/proxy_webidbdatabase_impl.cc
===================================================================
--- content/common/indexed_db/proxy_webidbdatabase_impl.cc (revision 158377)
+++ content/common/indexed_db/proxy_webidbdatabase_impl.cc (working copy)
@@ -51,7 +51,7 @@
WebIDBMetadata web_metadata;
web_metadata.name = idb_metadata.name;
web_metadata.version = idb_metadata.version;
- web_metadata.intVersion = idb_metadata.intVersion;
+ web_metadata.intVersion = idb_metadata.int_version;
web_metadata.objectStores = WebVector<WebIDBMetadata::ObjectStore>(
idb_metadata.object_stores.size());
« no previous file with comments | « content/common/indexed_db/indexed_db_messages.h ('k') | content/common/java_bridge_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698