Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index f0505cda4fbe4074a6190f280bc2f13e364c6795..ce42cd972e22b52d035ac04c6052c836425decd8 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -299,7 +299,7 @@ static inline bool EmptyCheck(const char* location, const v8::Data* obj) { |
| static bool InitializeHelper() { |
| - if (i::Snapshot::Initialize()) return true; |
| + // DO NOT SUBMIT if (i::Snapshot::Initialize()) return true; |
| return i::V8::Initialize(NULL); |
| } |