Chromium Code Reviews| Index: src/third_party/vtune/vtune-jit.cc |
| =================================================================== |
| --- src/third_party/vtune/vtune-jit.cc (revision 14562) |
| +++ src/third_party/vtune/vtune-jit.cc (working copy) |
| @@ -267,7 +267,7 @@ |
| } // namespace internal |
| -void InitilizeVtuneForV8() { |
| +void InitializeVtuneForV8() { |
| if (v8::V8::Initialize()) { |
| v8::V8::SetFlagsFromString("--nocompact_code_space", |
| (int)strlen("--nocompact_code_space")); |