diff --git a/browser/components/feeds/public/nsIFeedWriter.idl b/browser/components/feeds/public/nsIFeedWriter.idl index 504631fcfdb9..6745a60f2933 100755 --- a/browser/components/feeds/public/nsIFeedWriter.idl +++ b/browser/components/feeds/public/nsIFeedWriter.idl @@ -60,6 +60,11 @@ interface nsIFeedWriter : nsISupports */ void changeOptions(); + /** + * Uninitialize the feed writer. + */ + void close(); + /** * Subscribe to the current feed. */ diff --git a/browser/installer/unix/packages-static b/browser/installer/unix/packages-static index 26d648babf42..0ee104b3427f 100644 --- a/browser/installer/unix/packages-static +++ b/browser/installer/unix/packages-static @@ -180,6 +180,7 @@ bin/components/shellservice.xpt ; JavaScript components bin/components/FeedProcessor.js bin/components/FeedConverter.js +bin/components/FeedWriter.js bin/components/WebContentConverter.js bin/components/nsBrowserContentHandler.js bin/components/nsBrowserGlue.js diff --git a/browser/installer/windows/packages-static b/browser/installer/windows/packages-static index 642ecd0b63f4..180c1a0cdc04 100644 --- a/browser/installer/windows/packages-static +++ b/browser/installer/windows/packages-static @@ -193,6 +193,7 @@ bin\components\xultmpl.xpt ; JavaScript components bin\components\FeedProcessor.js bin\components\FeedConverter.js +bin\components\FeedWriter.js bin\components\WebContentConverter.js bin\components\nsBrowserContentHandler.js bin\components\nsBrowserGlue.js