| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 91a036cca79583e13752764fe964fbba3101a0aa..4ec24b2d4584e5a22af2c5a991e1d7ad98543c25 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -476,13 +476,6 @@ class Factory V8_FINAL {
|
| Handle<Code> code,
|
| bool force_initial_map);
|
|
|
| - Handle<JSFunction> NewFunctionWithPrototype(Handle<String> name,
|
| - InstanceType type,
|
| - int instance_size,
|
| - Handle<JSObject> prototype,
|
| - Handle<Code> code,
|
| - bool force_initial_map);
|
| -
|
| // Create a serialized scope info.
|
| Handle<ScopeInfo> NewScopeInfo(int length);
|
|
|
|
|