Reviewers: Jakob,

Description:
Fix typo in api.cc

BUG=v8:2745
R=jkumme...@chromium.org

Please review this at https://codereview.chromium.org/18471005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/api.cc


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 =


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to