mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
10 lines
374 B
Diff
10 lines
374 B
Diff
Index: nsPluginHostImpl.cpp
|
|
===================================================================
|
|
RCS file: /cvsroot/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp,v
|
|
retrieving revision 1.73
|
|
diff -r1.73 nsPluginHostImpl.cpp
|
|
1867a1868,1870
|
|
> if (NS_FAILED(result)) {
|
|
> result = plugin->CreatePluginInstance(NULL, kIPluginInstanceIID,mimeType, (void **)&instance);
|
|
> }
|