Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index fc84165d904177a422caaaaf27b65261d118a0e4..2f42ae135fac873855291f7f1d5fdced7ad9b8f6 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -3050,7 +3050,7 @@ void v8::Object::SetPointerInInternalField(int index, void* value) { |
| bool v8::V8::Initialize() { |
| if (i::V8::IsRunning()) return true; |
| ENTER_V8; |
| - if(i::Snapshot::Initialize()) return true; |
| + if (i::Snapshot::Initialize()) return true; |
| return i::V8::Initialize(NULL); |
| } |