Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 8ed90605f1a586a0d303b6449d5552213edc714f..ba690ecab52c1cfafbe4a2e511134fc247a4328d 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5927,6 +5927,8 @@ class String: public HeapObject { |
StringPrint(stdout); |
} |
void StringPrint(FILE* out); |
+ |
+ char* ToAsciiArray(); |
#endif |
#ifdef DEBUG |
void StringVerify(); |