| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 39729c9b88510df90d39d0685bae0aa4a7b66f1d..3e5ee18d2a5c90709adee09b89ec04f930f51bfd 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -219,7 +219,6 @@ namespace internal {
|
| F(FunctionGetScript, 1, 1) \
|
| F(FunctionGetSourceCode, 1, 1) \
|
| F(FunctionGetScriptSourcePosition, 1, 1) \
|
| - F(FunctionGetPositionForOffset, 2, 1) \
|
| F(FunctionGetContextData, 1, 1) \
|
| F(FunctionSetInstanceClassName, 2, 1) \
|
| F(FunctionSetLength, 2, 1) \
|
|
|