From 2011d35b0e797dc24b27f66dc85a7448b3db4eed Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Sat, 12 Feb 2000 00:59:27 +0000 Subject: [PATCH] fixing --enable-detect-webshell-leaks for bug 10847, fix from waqar, r=leaf --- xpfe/bootstrap/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/bootstrap/Makefile.in b/xpfe/bootstrap/Makefile.in index 98030dc4aa50..a0a5323b43dd 100644 --- a/xpfe/bootstrap/Makefile.in +++ b/xpfe/bootstrap/Makefile.in @@ -61,7 +61,7 @@ XP_LIBS += $(TK_LIBS) endif ifdef DETECT_WEBSHELL_LEAKS -XP_LIBS += -lraptorwebwidget +XP_LIBS += -lraptorwebwidget -ldocshell -ljsdom endif ifdef MOZ_JPROF