Bug 97488 -- sample code to reflect new approach to scripting, not part of the build, patch by jband and av, r=av
git-svn-id: svn://10.0.0.236/trunk@102122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user