| Index: sky/engine/tonic/dart_builtin.h
|
| diff --git a/sky/engine/tonic/dart_builtin.h b/sky/engine/tonic/dart_builtin.h
|
| index ce0106f80f1105f28b3764e72a9ca5936bc2f00f..e612e7bbed7bc7d51d99fe284d420f11ea4917be 100644
|
| --- a/sky/engine/tonic/dart_builtin.h
|
| +++ b/sky/engine/tonic/dart_builtin.h
|
| @@ -27,6 +27,9 @@ class DartBuiltin {
|
|
|
| const uint8_t* Symbolizer(Dart_NativeFunction native_function) const;
|
|
|
| + // Helper around Dart_LookupLibrary.
|
| + static Dart_Handle LookupLibrary(const char* name);
|
| +
|
| private:
|
| const Natives* natives_;
|
| size_t count_;
|
|
|