| Index: runtime/bin/loader.h
|
| diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h
|
| index 7c0497e2092f399dcfd220828c22cdc693888e7d..16ced436de1e8a9f17431bd67b22ce45e7870a19 100644
|
| --- a/runtime/bin/loader.h
|
| +++ b/runtime/bin/loader.h
|
| @@ -116,6 +116,7 @@ class Loader {
|
| static void RemoveLoader(Dart_Port port);
|
| static intptr_t LoaderIndexFor(Dart_Port port);
|
| static Loader* LoaderFor(Dart_Port port);
|
| + static Loader* LoaderForLocked(Dart_Port port);
|
|
|
| // This is the global callback for the native message handlers.
|
| static void NativeMessageHandler(Dart_Port dest_port_id,
|
|
|