| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index f918a3a31089085221038dc8cdeb3f8ba29270e2..225a36832ef31ed852a017ae88c30f4738af6230 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -120,6 +120,9 @@ class ScriptDataImpl : public ScriptData {
|
|
|
| Vector<unsigned> store_;
|
|
|
| + // Read strings written by ParserRecorder::WriteString.
|
| + static const char* ReadString(unsigned* start, int* chars);
|
| +
|
| // The last entry returned. This is used to make lookup faster:
|
| // the next entry to return is typically the next entry so lookup
|
| // will usually be much faster if we start from the last entry.
|
|
|