| Index: runtime/vm/dart_api_impl.h
|
| diff --git a/runtime/vm/dart_api_impl.h b/runtime/vm/dart_api_impl.h
|
| index 6172e1a9433fbc74a0133ff214db0698fdcf2fdc..bce88016f6a6698e3b85c19e413b7a7a0ad8ff30 100644
|
| --- a/runtime/vm/dart_api_impl.h
|
| +++ b/runtime/vm/dart_api_impl.h
|
| @@ -253,12 +253,13 @@ class Api : AllStatic {
|
| static void SetWeakHandleReturnValue(NativeArguments* args,
|
| Dart_WeakPersistentHandle retval);
|
|
|
| - static RawString* CallEnvironmentCallback(Thread* thread,
|
| - const String& name);
|
| + static RawString* GetEnvironmentValue(Thread* thread, const String& name);
|
|
|
| private:
|
| static Dart_Handle InitNewHandle(Thread* thread, RawObject* raw);
|
|
|
| + static RawString* CallEnvironmentCallback(Thread* thread, const String& name);
|
| +
|
| // Thread local key used by the API. Currently holds the current
|
| // ApiNativeScope if any.
|
| static ThreadLocalKey api_native_key_;
|
|
|