From 2b20feb3f96eccce33173d23a71972ebd694b935 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Thu, 21 Jun 2007 19:55:27 +0000 Subject: [PATCH] Fixing Firebird build bustage after timeless' fishy checkin to bug 58613. --- toolkit/components/places/public/nsIBrowserHistory.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/places/public/nsIBrowserHistory.idl b/toolkit/components/places/public/nsIBrowserHistory.idl index 6c6e2df6b5f..10d486d7b11 100644 --- a/toolkit/components/places/public/nsIBrowserHistory.idl +++ b/toolkit/components/places/public/nsIBrowserHistory.idl @@ -81,7 +81,7 @@ interface nsIBrowserHistory : nsISupports * lastPageVisited * the most recently visited page */ - readonly attribute string lastPageVisited; + attribute string lastPageVisited; /**