| Index: runtime/bin/vmservice_impl.h
|
| diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h
|
| index 75457463c391f2349e803126542f28f3a93cc4ff..dde20361f011b653d41db7020963922946896986 100644
|
| --- a/runtime/bin/vmservice_impl.h
|
| +++ b/runtime/bin/vmservice_impl.h
|
| @@ -25,8 +25,7 @@ class VmService {
|
| static Dart_Handle LoadScript(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,
|
| - const char* prefix);
|
| + static Dart_Handle LoadResource(Dart_Handle library, const char* name);
|
| static Dart_Handle LibraryTagHandler(Dart_LibraryTag tag, Dart_Handle library,
|
| Dart_Handle url);
|
|
|
|
|