diff options
Diffstat (limited to 'chrome/plugin/npobject_proxy.cc')
-rw-r--r-- | chrome/plugin/npobject_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/npobject_proxy.cc b/chrome/plugin/npobject_proxy.cc index 2dc8819..edc5b1c 100644 --- a/chrome/plugin/npobject_proxy.cc +++ b/chrome/plugin/npobject_proxy.cc @@ -176,7 +176,7 @@ bool NPObjectProxy::NPInvokePrivate(NPP npp, NPIdentifier_Param name_param; if (is_default) { // The data won't actually get used, but set it so we don't send random data. - name_param.is_string = true; + name_param.identifier = NULL; } else { CreateNPIdentifierParam(name, &name_param); } |