Chromium Code Reviews| Index: src/handles.cc |
| =================================================================== |
| --- src/handles.cc (revision 4215) |
| +++ src/handles.cc (working copy) |
| @@ -174,13 +174,6 @@ |
| } |
| -void SetExpectedNofPropertiesFromEstimate(Handle<JSFunction> func, |
| - int estimate) { |
| - SetExpectedNofProperties( |
| - func, ExpectedNofPropertiesFromEstimate(estimate)); |
| -} |
| - |
| - |
| void NormalizeProperties(Handle<JSObject> object, |
| PropertyNormalizationMode mode, |
| int expected_additional_properties) { |