From 7bedce3d5788bc2bda1c8308d4387386f203bdb1 Mon Sep 17 00:00:00 2001 From: "radha%netscape.com" Date: Wed, 15 Sep 1999 19:32:17 +0000 Subject: [PATCH] No need to update the urlbar in OnEndDocumentLoad() git-svn-id: svn://10.0.0.236/trunk@47618 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/browser/src/nsBrowserInstance.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/xpfe/browser/src/nsBrowserInstance.cpp b/mozilla/xpfe/browser/src/nsBrowserInstance.cpp index 63bc133397c..919677e2e5b 100644 --- a/mozilla/xpfe/browser/src/nsBrowserInstance.cpp +++ b/mozilla/xpfe/browser/src/nsBrowserInstance.cpp @@ -1656,10 +1656,6 @@ nsBrowserAppCore::OnEndDocumentLoad(nsIDocumentLoader* aLoader, nsIChannel* chan } } - // Stop the throbber and set the urlbar string - if (aStatus == NS_OK) - setAttribute( mWebShell, "urlbar", "value", (const char*)url); - /* To satisfy a request from the QA group */ if (aStatus == NS_OK) { fprintf(stdout, "Document %s loaded successfully\n", (const char*)url);