Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 34495) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -347,7 +347,9 @@ |
| V(WeakProperty_getValue, 1) \ |
| V(WeakProperty_setValue, 2) \ |
| V(Uri_isWindowsPlatform, 0) \ |
| + V(LibraryPrefix_load, 1) \ |
| + |
| class BootstrapNatives : public AllStatic { |
| public: |
| static Dart_NativeFunction Lookup(Dart_Handle name, |