Chromium Code Reviews| Index: src/execution.cc |
| diff --git a/src/execution.cc b/src/execution.cc |
| index daf8baba3a4227c84029c8e30710084a64edd39f..3213a341cde09b81b1f117c487d31a68cc82937d 100644 |
| --- a/src/execution.cc |
| +++ b/src/execution.cc |
| @@ -154,8 +154,6 @@ Handle<Object> Execution::TryCall(Handle<JSFunction> func, |
| } |
| -DEFINE_bool(call_regexp, false, "allow calls to RegExp objects"); |
| - |
| Handle<Object> Execution::GetFunctionDelegate(Handle<Object> object) { |
| ASSERT(!object->IsJSFunction()); |