From 9a82f099227e5f7ca44d0d5deb08546f739ddc1a Mon Sep 17 00:00:00 2001 From: Ben Turner Date: Sun, 12 Oct 2008 12:03:40 -0700 Subject: [PATCH] Bustage fix. --- js/src/xpconnect/shell/xpcshell.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/src/xpconnect/shell/xpcshell.cpp b/js/src/xpconnect/shell/xpcshell.cpp index 3f5747d4e50..172d0c7d016 100644 --- a/js/src/xpconnect/shell/xpcshell.cpp +++ b/js/src/xpconnect/shell/xpcshell.cpp @@ -56,6 +56,7 @@ #include "nsIComponentManager.h" #include "nsIComponentRegistrar.h" #include "jsapi.h" +#include "jsdbgapi.h" #include "jsprf.h" #include "nscore.h" #include "nsMemory.h" @@ -84,10 +85,6 @@ #include "nsIJSContextStack.h" -#if defined(MOZ_SHARK) || defined(MOZ_CALLGRIND) -#include "jsdbgapi.h" -#endif - /***************************************************************************/ #ifdef JS_THREADSAFE