Change comment

git-svn-id: svn://10.0.0.236/branches/DOM_AGNOSTIC_BRANCH@181961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mhammond%skippinet.com.au
2005-10-11 00:58:37 +00:00
parent 5123eca29d
commit f7b16bf374

View File

@@ -8071,7 +8071,7 @@ nsDocShell::EnsureScriptEnvironment()
// Ensure the script object is set to run javascript - other languages
// setup on demand.
// XXX - should this be setup to run the default language for this doc?
// XXXmarkh - should this be setup to run the default language for this doc?
nsresult rv;
rv = mScriptGlobal->EnsureScriptEnvironment(nsIProgrammingLanguage::JAVASCRIPT);
NS_ENSURE_SUCCESS(rv, rv);