| Index: src/v8.h
|
| diff --git a/src/v8.h b/src/v8.h
|
| index 9bc3b3cd6a8023bfd4b709a0ea492e6c934d9ebc..3035b9ad0738196be42f83a11093595df4f48ed1 100644
|
| --- a/src/v8.h
|
| +++ b/src/v8.h
|
| @@ -8,22 +8,6 @@
|
| #include "include/v8.h"
|
| #include "src/allocation.h"
|
|
|
| -#if defined(GOOGLE3) || defined(DCHECK_ALWAYS_ON)
|
| -// Google3 and Chromium special flag handling.
|
| -#if defined(DEBUG) && defined(NDEBUG)
|
| -// V8 only uses DEBUG and whenever it is set we are building a debug
|
| -// version of V8. We do not use NDEBUG and simply undef it here for
|
| -// consistency.
|
| -#undef NDEBUG
|
| -#endif
|
| -#endif // defined(GOOGLE3)
|
| -
|
| -// V8 only uses DEBUG, but included external files
|
| -// may use NDEBUG - make sure they are consistent.
|
| -#if defined(DEBUG) && defined(NDEBUG)
|
| -#error both DEBUG and NDEBUG are set
|
| -#endif
|
| -
|
| namespace v8 {
|
| namespace internal {
|
|
|
|
|