| Index: src/d8-debug.cc
|
| ===================================================================
|
| --- src/d8-debug.cc (revision 9531)
|
| +++ src/d8-debug.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -25,6 +25,7 @@
|
| // (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 "d8.h"
|
| #include "d8-debug.h"
|
| @@ -367,3 +368,5 @@
|
|
|
|
|
| } // namespace v8
|
| +
|
| +#endif // ENABLE_DEBUGGER_SUPPORT
|
|
|