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

Unified Diff: content/browser/in_process_webkit/indexed_db_dispatcher_host.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
Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
===================================================================
--- content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (revision 158377)
+++ content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (working copy)
@@ -344,7 +344,7 @@
WebIDBMetadata web_metadata = idb_database->metadata();
metadata->name = web_metadata.name;
metadata->version = web_metadata.version;
- metadata->intVersion = web_metadata.intVersion;
+ metadata->int_version = web_metadata.intVersion;
for (size_t i = 0; i < web_metadata.objectStores.size(); ++i) {
const WebIDBMetadata::ObjectStore& web_store_metadata =
« no previous file with comments | « chrome/renderer/plugins/plugin_placeholder.cc ('k') | content/browser/renderer_host/async_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698