| Index: runtime/vm/dart_api_impl.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl.cc (revision 27965)
|
| +++ runtime/vm/dart_api_impl.cc (working copy)
|
| @@ -4220,9 +4220,9 @@
|
| }
|
|
|
|
|
| -DART_EXPORT Dart_Handle Dart_LoadPatch(Dart_Handle library,
|
| - Dart_Handle url,
|
| - Dart_Handle patch_source) {
|
| +DART_EXPORT Dart_Handle Dart_LibraryLoadPatch(Dart_Handle library,
|
| + Dart_Handle url,
|
| + Dart_Handle patch_source) {
|
| TIMERSCOPE(time_script_loading);
|
| Isolate* isolate = Isolate::Current();
|
| DARTSCOPE(isolate);
|
|
|