Chromium Code Reviews| Index: include/v8-preparser.h |
| diff --git a/include/v8-preparser.h b/include/v8-preparser.h |
| index 4d46bad728b1c9346ae0f284724fe935fc4e94b9..f11d05ef793c1f869af26c733bffee8921c1e14a 100644 |
| --- a/include/v8-preparser.h |
| +++ b/include/v8-preparser.h |
| @@ -66,7 +66,8 @@ |
| namespace v8 { |
| - |
| +// The result of preparsing is either a stack overflow error, or an opaque |
| +// blob of data that can be passed back into the parser. |
| class V8EXPORT PreParserData { |
| public: |
| PreParserData(size_t size, const uint8_t* data) |