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
parent 0a6b0645
......@@ -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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment