diff --git a/mozilla/dom/src/base/nsJSEnvironment.cpp b/mozilla/dom/src/base/nsJSEnvironment.cpp index 9fedba79c9b..053ee3fcddb 100644 --- a/mozilla/dom/src/base/nsJSEnvironment.cpp +++ b/mozilla/dom/src/base/nsJSEnvironment.cpp @@ -537,7 +537,7 @@ nsJSContext::CallEventHandler(void *aTarget, void *aHandler, PRUint32 argc, // when going through the "close window" key event handler // (that is, hitting ^W on Windows). the addref just below // prevents our untimely destruction. - nsCOMPtr kungFuDeathGrip(this); + nsCOMPtr kungFuDeathGrip(this); mRef = nsnull; mTerminationFunc = nsnull;