| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index 557760714cc0d2d143851f21b27340c6699045a5..00f0584413f24c3e0e54691d8595a0abaec4739d 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -1493,14 +1493,6 @@ void Factory::SetElementsCapacityAndLength(Handle<JSArray> array,
|
| }
|
|
|
|
|
| -void Factory::SetContent(Handle<JSArray> array,
|
| - Handle<FixedArrayBase> elements) {
|
| - CALL_HEAP_FUNCTION_VOID(
|
| - isolate(),
|
| - array->SetContent(*elements));
|
| -}
|
| -
|
| -
|
| Handle<JSGeneratorObject> Factory::NewJSGeneratorObject(
|
| Handle<JSFunction> function) {
|
| ASSERT(function->shared()->is_generator());
|
|
|