Browse Source

b=478201, r=mfinkle, Running Prism applications prevent users from logging out of their computer

matthew@allpeers.com 15 years ago
parent
commit
d85855e349
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chrome/content/webrunner.js

+ 1 - 1
chrome/content/webrunner.js

@@ -1088,7 +1088,7 @@ var WebRunner = {
       observerService.removeObserver(this, "quit-application-requested");
     }
     else if (aTopic == "session-save") {
-      new XPCNativeWrapper(aSubject.QueryInterface(Ci.nsISupportsPRBool)).data = this.shutdownQuery();
+      aSubject.QueryInterface(Ci.nsISupportsPRBool).data = this.shutdownQuery();
     }
   },