| Index: runtime/vm/dart_entry.h
|
| diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
|
| index 016f3ce50a7299e39f3af569fa9990411f41000e..0f9597f418955d9892c056f0c55911cca811e307 100644
|
| --- a/runtime/vm/dart_entry.h
|
| +++ b/runtime/vm/dart_entry.h
|
| @@ -102,7 +102,7 @@ class ArgumentsDescriptor : public ValueObject {
|
| class DartEntry : public AllStatic {
|
| public:
|
| // On success, returns a RawInstance. On failure, a RawError.
|
| - typedef RawObject* (*invokestub)(uword entry_point,
|
| + typedef RawObject* (*invokestub)(const Code& target_code,
|
| const Array& arguments_descriptor,
|
| const Array& arguments,
|
| Thread* thread);
|
|
|