| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index 132ccb47b9f820e192ef0520850d6eedd0c776f2..335e6190a41398a9de485cc622a29305e6d244b2 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -288,7 +288,7 @@ static Object* Runtime_IsConstructCall(Arguments args) {
|
|
|
|
|
| static Object* Runtime_RegExpCompile(Arguments args) {
|
| - HandleScope scope; // create a new handle scope
|
| + HandleScope scope;
|
| ASSERT(args.length() == 3);
|
| CONVERT_CHECKED(JSRegExp, raw_re, args[0]);
|
| Handle<JSRegExp> re(raw_re);
|
|
|