Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index bf3beff5f0d22a56efc7756845b34ffac130138b..45c670077a1aa36f98db6c3e4bf422bc8deb8b16 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -40,6 +40,8 @@ |
| // TODO(svenpanne) Remove me when the Chrome bindings are adapted. |
| #define V8_DISABLE_DEPRECATIONS 1 |
| +// TODO(dcarney): Remove once Latin-1 transitions in WebKit has stuck. |
| +#define V8_ONE_BYTE_STRINGS_ENABLED 1 |
| #include "v8stdint.h" |