Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: src/api.cc

Issue 18471005: Fix typo in api.cc (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index 82f9947b394d50b9d611d43c8c3d307ddf0f1314..a3fcc0f86d1c0b4a0bc224eb789cea048f1144e6 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -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 =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698