| Index: runtime/vm/dart_entry.h
|
| diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
|
| index 9bce13edc049f3c11ac6e768a78a36d84317e13a..5b3a8511679f4550d9abfc769bdb9267db424c73 100644
|
| --- a/runtime/vm/dart_entry.h
|
| +++ b/runtime/vm/dart_entry.h
|
| @@ -142,13 +142,6 @@ class DartEntry : public AllStatic {
|
| const String& target_name,
|
| const Array& arguments,
|
| const Array& arguments_descriptor);
|
| -
|
| - // Invokes a generative constructor, redirecting constructor, factory or
|
| - // redirecting factory. On success, returns a RawInstance. On failure,
|
| - // a RawError.
|
| - static RawObject* InvokeConstructor(const Class& klass,
|
| - const Function &constructor,
|
| - const Array& arguments);
|
| };
|
|
|
|
|
|
|