Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index 500afc84f0191ac7d368cec97ad1cc70599d4d02..47507e5b478012448f71ae36aec6b71c56fc7d92 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -1069,7 +1069,6 @@ void Isolate::DoneLoading() { |
| if (lib.LoadInProgress()) { |
| lib.SetLoaded(); |
| } |
| - lib.InitExportedNamesCache(); |
| } |
| TokenStream::CloseSharedTokenList(this); |
| } |