Index: src/conversions.h |
=================================================================== |
--- src/conversions.h (revision 7898) |
+++ src/conversions.h (working copy) |
@@ -101,6 +101,10 @@ |
Vector<const char> str, |
int flags, |
double empty_string_val = 0); |
+double StringToDouble(UnicodeCache* unicode_cache, |
+ Vector<const uc16> str, |
+ int flags, |
+ double empty_string_val = 0); |
// This version expects a zero-terminated character array. |
double StringToDouble(UnicodeCache* unicode_cache, |
const char* str, |