Bug 97488 -- sample code to reflect new approach to scripting, not part of the build, patch by jband and av, r=av

This commit is contained in:
av@netscape.com
2001-08-31 23:00:11 +00:00
parent 2a96e9e4e7
commit 29b53b280f
9 changed files with 114 additions and 162 deletions

View File

@@ -121,7 +121,7 @@ void CPlugin::clear()
// ==============================
//
// this method will return the scriptable object (and create it if necessary)
nsI4xScrPlugin* CPlugin::getScriptablePeer()
nsI4xScriptablePlugin* CPlugin::getScriptablePeer()
{
if (!m_pScriptablePeer) {
m_pScriptablePeer = new nsScriptablePeer(this);