Chromium Code Reviews| Index: src/v8.cc |
| diff --git a/src/v8.cc b/src/v8.cc |
| index cb67105c3f55c08b4953b30d7b948e6823449d60..a3cfaa1b0615e56fef982ca55433f9a1c92dd38e 100644 |
| --- a/src/v8.cc |
| +++ b/src/v8.cc |
| @@ -320,6 +320,7 @@ void V8::InitializeOncePerProcessImpl() { |
| LOperand::SetUpCaches(); |
| SetUpJSCallerSavedCodeData(); |
| ExternalReference::SetUp(); |
| + |
|
Hannes Payer (out of office)
2013/07/02 08:56:19
I think we do not need that newline.
|
| Bootstrapper::InitializeOncePerProcess(); |
| } |