Chromium Code Reviews| Index: samples/process.cc | 
| diff --git a/samples/process.cc b/samples/process.cc | 
| index 6be4ea542ac27ec6a326975ce7e80569911e7a1c..4a873b765a9cecce307a01afefc1b652ba40c00f 100644 | 
| --- a/samples/process.cc | 
| +++ b/samples/process.cc | 
| @@ -30,6 +30,10 @@ | 
| #include <string> | 
| #include <map> | 
| +#ifdef COMPRESS_STARTUP_DATA_BZ2 | 
| +#error Using compressed startup data is not supported for this sample | 
| +#endif | 
| + | 
| using namespace std; | 
| using namespace v8; |