Revision: 15475
Author: [email protected]
Date: Wed Jul 3 08:27:47 2013
Log: Fix typo in api.cc
BUG=v8:2745
[email protected]
Review URL: https://codereview.chromium.org/18471005
Patch from Jochen Eisinger <[email protected]>.
http://code.google.com/p/v8/source/detail?r=15475
Modified:
/branches/bleeding_edge/src/api.cc
=======================================
--- /branches/bleeding_edge/src/api.cc Wed Jul 3 04:22:29 2013
+++ /branches/bleeding_edge/src/api.cc Wed Jul 3 08:27:47 2013
@@ -439,7 +439,7 @@
#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
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.