Fix typo in api.cc
BUG=v8:2745 R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/18471005 Patch from Jochen Eisinger <jochen@chromium.org>. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15475 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
0a6b0645cf
commit
b89693572a
@ -439,7 +439,7 @@ void V8::GetCompressedStartupData(StartupData* compressed_data) {
|
||||
|
||||
#if defined(ENABLE_I18N_SUPPORT)
|
||||
i::Vector<const ii:byte> i18n_extension_source =
|
||||
i::I18NNatvies::GetScriptsSource();
|
||||
i::I18NNatives::GetScriptsSource();
|
||||
compressed_data[kI18NExtension].data =
|
||||
reinterpret_cast<const char*>(i18n_extension_source.start());
|
||||
compressed_data[kI18NExtension].compressed_size =
|
||||
|
Loading…
Reference in New Issue
Block a user