Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index d387618d09290868172bbc899f6c638dd9d40ff4..9a604a035dc9ed8662c62494cca75ad38e2e0494 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -6703,7 +6703,7 @@ static Object* Runtime_StackOverflow(Arguments args) { |
| static Object* Runtime_StackGuard(Arguments args) { |
| - ASSERT(args.length() == 1); |
| + ASSERT(args.length() == 0); |
| // First check if this is a real stack overflow. |
| if (StackGuard::IsStackOverflow()) { |