Followup to bug 250666. Removing bogus function forward declaration in favor of including the right header file as suggested by mkaply@us.ibm.com, r+sr=jst@mozilla.org.

git-svn-id: svn://10.0.0.236/trunk@159358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-16 19:05:54 +00:00
parent a73204f1de
commit b3112b4c8c

View File

@@ -43,6 +43,7 @@
#include "prenv.h"
#include "ns4xPluginInstance.h"
#include "ns4xPlugin.h"
#include "ns4xPluginStreamListener.h"
#include "nsPluginHostImpl.h"
#include "nsPluginSafety.h"
@@ -1517,10 +1518,6 @@ NS_IMETHODIMP ns4xPluginInstance::GetScriptablePeer(void * *aScriptablePeer)
return GetValueInternal(NPPVpluginScriptableInstance, aScriptablePeer);
}
PR_BEGIN_EXTERN_C
void _releaseobject(NPObject *obj);
PR_END_EXTERN_C
////////////////////////////////////////////////////////////////////////
/* readonly attribute nsIIDPtr scriptableInterface; */
NS_IMETHODIMP ns4xPluginInstance::GetScriptableInterface(nsIID * *aScriptableInterface)