Chromium Code Reviews| Index: runtime/lib/lib_prefix.dart |
| =================================================================== |
| --- runtime/lib/lib_prefix.dart (revision 37334) |
| +++ runtime/lib/lib_prefix.dart (working copy) |
| @@ -10,7 +10,7 @@ |
| bool _load() native "LibraryPrefix_load"; |
| - void _invalidateDependentCode() |
| + bool _invalidateDependentCode() |
| native "LibraryPrefix_invalidateDependentCode"; |
| loadLibrary() { |