From 906a49466365b003e32efb9dfae10ea8d2c933e7 Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Sat, 25 Nov 2006 14:29:36 +0000 Subject: [PATCH] Bug 357609: package DOM storage xpt (DOM storage broken in trunk builds), patch by Sylvain Pasche , r=me --- browser/installer/unix/packages-static | 1 + browser/installer/windows/packages-static | 1 + 2 files changed, 2 insertions(+) diff --git a/browser/installer/unix/packages-static b/browser/installer/unix/packages-static index 4f1c510427a..0a2c9e96b6d 100644 --- a/browser/installer/unix/packages-static +++ b/browser/installer/unix/packages-static @@ -83,6 +83,7 @@ bin/components/dom_events.xpt bin/components/dom_html.xpt bin/components/dom_range.xpt bin/components/dom_sidebar.xpt +bin/components/dom_storage.xpt bin/components/dom_stylesheets.xpt bin/components/dom_traversal.xpt bin/components/dom_views.xpt diff --git a/browser/installer/windows/packages-static b/browser/installer/windows/packages-static index cf080368ee6..f05981d7923 100644 --- a/browser/installer/windows/packages-static +++ b/browser/installer/windows/packages-static @@ -89,6 +89,7 @@ bin\components\dom_events.xpt bin\components\dom_html.xpt bin\components\dom_range.xpt bin\components\dom_sidebar.xpt +bin\components\dom_storage.xpt bin\components\dom_stylesheets.xpt bin\components\dom_traversal.xpt bin\components\dom_views.xpt