mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Addressing bug 60064, patch by lsv@sparc.spb.su, sr=blizzard, a=av
This commit is contained in:
parent
619fce4329
commit
397475c0d3
@ -124,6 +124,7 @@ NPP_New(NPMIMEType pluginType,
|
||||
This->type = dupMimeType(pluginType);
|
||||
This->instance = instance;
|
||||
This->pluginsPageUrl = NULL;
|
||||
This->exists = FALSE;
|
||||
|
||||
/* Parse argument list passed to plugin instance */
|
||||
/* We are interested in these arguments
|
||||
|
@ -124,6 +124,7 @@ NPP_New(NPMIMEType pluginType,
|
||||
This->type = dupMimeType(pluginType);
|
||||
This->instance = instance;
|
||||
This->pluginsPageUrl = NULL;
|
||||
This->exists = FALSE;
|
||||
|
||||
/* Parse argument list passed to plugin instance */
|
||||
/* We are interested in these arguments
|
||||
|
Loading…
Reference in New Issue
Block a user