From 37f3a11a9e268b2244b5dfced9db1360c558cf63 Mon Sep 17 00:00:00 2001 From: "philringnalda%gmail.com" Date: Thu, 23 Aug 2007 04:13:36 +0000 Subject: [PATCH] Bug 321954 followup, forgot to address review comment git-svn-id: svn://10.0.0.236/trunk@232913 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/content/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/base/content/browser.js b/mozilla/browser/base/content/browser.js index 5b47d837f20..db24b379ea0 100644 --- a/mozilla/browser/base/content/browser.js +++ b/mozilla/browser/base/content/browser.js @@ -2342,7 +2342,7 @@ function onExitPrintPreview() function getPPBrowser() { - return document.getElementById("content"); + return getBrowser(); } function getMarkupDocumentViewer()