Chromium Code Reviews| Index: src/v8.h |
| diff --git a/src/v8.h b/src/v8.h |
| index b041fc2ba8beab6fdf6351ff01b24191c7378f3a..5ead877e5558b57429ad428cb28e6b148a7cc97c 100644 |
| --- a/src/v8.h |
| +++ b/src/v8.h |
| @@ -48,6 +48,9 @@ |
| #error both DEBUG and NDEBUG are set |
| #endif |
| +// TODO(dcarney): remove this |
| +#define V8_ALLOW_ACCESS_TO_RAW_HANDLE_CONSTRUCTOR |
| + |
| // Basic includes |
| #include "../include/v8.h" |
| #include "v8globals.h" |