| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index dcfb4a45d7b0bae7cc501cb64c83c3cde3e35cae..3fa5ea14093df4012610dcaea1a8778075bb5489 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -696,11 +696,6 @@ class Runtime : public AllStatic {
|
| Handle<Object> object,
|
| Handle<Object> key);
|
|
|
| - // This function is used in FunctionNameUsing* tests.
|
| - static Object* FindSharedFunctionInfoInScript(Isolate* isolate,
|
| - Handle<Script> script,
|
| - int position);
|
| -
|
| // Helper functions used stubs.
|
| static void PerformGC(Object* result);
|
|
|
|
|