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

Unified Diff: src/trusted/plugin/ppapi/module_ppapi.cc

Issue 6218004: Resource64->32, NaCl side. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: First Created 9 years, 11 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: src/trusted/plugin/ppapi/module_ppapi.cc
diff --git a/src/trusted/plugin/ppapi/module_ppapi.cc b/src/trusted/plugin/ppapi/module_ppapi.cc
index 04bc159db7d2415fd96e6334e41be543f26fd006..ab24e49a0a4592294d0fab399cc681833a618b5a 100644
--- a/src/trusted/plugin/ppapi/module_ppapi.cc
+++ b/src/trusted/plugin/ppapi/module_ppapi.cc
@@ -51,7 +51,7 @@ class ModulePpapi : public pp::Module {
}
virtual pp::Instance* CreateInstance(PP_Instance pp_instance) {
- PLUGIN_PRINTF(("ModulePpapi::CreateInstance (pp_instance=%"NACL_PRId64")\n",
+ PLUGIN_PRINTF(("ModulePpapi::CreateInstance (pp_instance=%"NACL_PRId32")\n",
pp_instance));
PluginPpapi* plugin = PluginPpapi::New(pp_instance);
PLUGIN_PRINTF(("ModulePpapi::CreateInstance (return %p)\n",

Powered by Google App Engine
This is Rietveld 408576698