Index: test/cctest/test-debug.cc |
=================================================================== |
--- test/cctest/test-debug.cc (revision 4897) |
+++ test/cctest/test-debug.cc (working copy) |
@@ -25,6 +25,8 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+#ifdef ENABLE_DEBUGGER_SUPPORT |
+ |
#include <stdlib.h> |
#include "v8.h" |
@@ -6615,3 +6617,4 @@ |
CheckDebuggerUnloaded(); |
} |
+#endif // ENABLE_DEBUGGER_SUPPORT |