Commit a56cacc0 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 27597: Package layout debugger interface only if tests are enabled

parent 08a7f1fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@
@RESPATH@/components/jsdebugger.xpt
@RESPATH@/browser/components/jsinspector.xpt
@RESPATH@/components/layout_base.xpt
#ifdef MOZ_DEBUG
#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
@RESPATH@/components/layout_debug.xpt
#endif
#ifdef NS_PRINTING