Index: runtime/bin/vmservice_impl.h |
diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h |
index 9f9ce6b10fd8d6f57aeba043fd5ab437a275caf3..8bdc81ed312a990e9f2439cc566b9a4c8af13429 100644 |
--- a/runtime/bin/vmservice_impl.h |
+++ b/runtime/bin/vmservice_impl.h |
@@ -34,7 +34,7 @@ class VmService { |
static void SetServerAddress(const char* server_uri_); |
static Dart_Handle GetSource(const char* name); |
static Dart_Handle LoadScript(const char* name); |
- static Dart_Handle LoadLibrary(const char* name); |
+ static Dart_Handle LookupOrLoadLibrary(const char* name); |
static Dart_Handle LoadSource(Dart_Handle library, const char* name); |
static Dart_Handle LoadResources(Dart_Handle library); |
static Dart_Handle LoadResource(Dart_Handle library, const char* name); |