| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index 585f7b4e79f02f5bf4fd3134250e0fdada0d4f6f..0f619d572e3e7f7b6ddee2929f4d3951cdeba339 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -299,11 +299,6 @@ Handle<FixedArray> GetEnumPropertyKeys(Handle<JSObject> object,
|
| Handle<FixedArray> UnionOfKeys(Handle<FixedArray> first,
|
| Handle<FixedArray> second);
|
|
|
| -Handle<String> SubString(Handle<String> str,
|
| - int start,
|
| - int end,
|
| - PretenureFlag pretenure = NOT_TENURED);
|
| -
|
| // Sets the expected number of properties for the function's instances.
|
| void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
|
|
|
|
|