diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index 9df43194358..49c151a4748 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -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);