Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 7eee7301144974673bc71d31f26f867436d89c7b..045eb0de181419f63be897ec3be14cc49e407e1b 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -5495,6 +5495,11 @@ class String : public Instance { |
PRINTF_ATTRIBUTE(1, 2); |
static RawString* NewFormattedV(const char* format, va_list args); |
+ static bool ParseDouble(const String& str, |
+ intptr_t start, |
+ intptr_t end, |
+ double* result); |
+ |
protected: |
bool HasHash() const { |
ASSERT(Smi::New(0) == NULL); |