adjusting #ifdef below the SetScriptObject definition.
git-svn-id: svn://10.0.0.236/trunk@32963 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -210,13 +210,13 @@ nsInstall::~nsInstall()
|
||||
delete mVersionInfo;
|
||||
}
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
nsInstall::SetScriptObject(void *aScriptObject)
|
||||
{
|
||||
mScriptObject = (JSObject*) aScriptObject;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#ifdef _WINDOWS
|
||||
nsInstall::SaveWinRegPrototype(void *aScriptObject)
|
||||
{
|
||||
mWinRegObject = (JSObject*) aScriptObject;
|
||||
|
||||
Reference in New Issue
Block a user