From ddb4d8ab58b6258d4f629e5dcf7a24ad70cf8622 Mon Sep 17 00:00:00 2001 From: Stuart Parmenter Date: Wed, 5 Nov 2008 17:34:55 -0800 Subject: [PATCH] fix comments --- mobile/chrome/content/browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index c7f44b6fec1e..57b0a2124399 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -408,10 +408,10 @@ ProgressController.prototype = { if (aStateFlags & Ci.nsIWebProgressListener.STATE_STOP) { aWebProgress.DOMWindow.focus(); - // update the tab canvas image + // update the viewport this._tabbrowser.updateCanvasState(); - // update the viewport + // update the tab canvas image this._tabbrowser.updateBrowser(this._browser, true); // linkify phone numbers