Chromium Code Reviews| Index: dart/runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- dart/runtime/vm/bootstrap_natives.h (revision 34494) |
| +++ dart/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, |