Chromium Code Reviews| Index: src/d8.h | 
| diff --git a/src/d8.h b/src/d8.h | 
| index de1fe0de76645b78bf8e1f5978b512c5a16b177a..6c973ad79d8fd641a59c87a30668e67ea6a54f4c 100644 | 
| --- a/src/d8.h | 
| +++ b/src/d8.h | 
| @@ -31,6 +31,9 @@ | 
| #include "v8.h" | 
| #include "hashmap.h" | 
| +#ifdef COMPRESS_STARTUP_DATA_BZ2 | 
| +#error Using compressed startup data is not supported for D8 | 
| +#endif | 
| namespace v8 { |