Chromium Code Reviews| Index: src/preparser-api.cc |
| diff --git a/src/preparser-api.cc b/src/preparser-api.cc |
| index a0d13edb0d07a874a50f482b5f32e75f793db581..c6b54aad4e39b02c59ad518a460b726c5a1fcd3a 100644 |
| --- a/src/preparser-api.cc |
| +++ b/src/preparser-api.cc |
| @@ -189,7 +189,6 @@ bool EnableSlowAsserts() { return true; } |
| UnicodeInputStream::~UnicodeInputStream() { } |
|
Mads Ager (chromium)
2011/06/20 09:24:13
Accidental edit?
Lasse Reichstein
2011/06/20 10:18:02
Yes. Will reinsert.
|
| - |
| PreParserData Preparse(UnicodeInputStream* input, size_t max_stack) { |
| internal::InputStreamUTF16Buffer buffer(input); |
| uintptr_t stack_limit = reinterpret_cast<uintptr_t>(&buffer) - max_stack; |