summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 19:00:35 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 19:00:35 +0000
commit77543384bd7d8a8e5f39428a1598ad9b7b08d4d9 (patch)
tree41648c72f2860a5183b8905f84885ef5fcb0cae0 /chrome
parent9b18067f4ddb0444f26dc265153df3bae257e782 (diff)
downloadchromium_src-77543384bd7d8a8e5f39428a1598ad9b7b08d4d9.zip
chromium_src-77543384bd7d8a8e5f39428a1598ad9b7b08d4d9.tar.gz
chromium_src-77543384bd7d8a8e5f39428a1598ad9b7b08d4d9.tar.bz2
fix build (take 2)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@445 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/plugin_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h
index e9ac923..65dfbba 100644
--- a/chrome/common/plugin_messages.h
+++ b/chrome/common/plugin_messages.h
@@ -454,7 +454,7 @@ struct ParamTraits<NPIdentifier_Param> {
l->append(UTF8ToWide(str));
NPN_MemFree(str);
} else {
- l->append(IntToString(NPN_IntFromIdentifier(p.identifier)));
+ l->append(IntToWString(NPN_IntFromIdentifier(p.identifier)));
}
}
};