| Index: src/runtime/runtime-function.cc
|
| diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc
|
| index e29b3c8c5f02f437934e42556e3dfa83029570ae..d424a9ebfeb262592044d6712a8498e20c7d19c7 100644
|
| --- a/src/runtime/runtime-function.cc
|
| +++ b/src/runtime/runtime-function.cc
|
| @@ -236,7 +236,6 @@ RUNTIME_FUNCTION(Runtime_IsConstructor) {
|
| return isolate->heap()->ToBoolean(object->IsConstructor());
|
| }
|
|
|
| -
|
| RUNTIME_FUNCTION(Runtime_SetForceInlineFlag) {
|
| SealHandleScope shs(isolate);
|
| RUNTIME_ASSERT(args.length() == 1);
|
|
|