summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
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)));
}
}
};