Chromium Code Reviews| Index: pkg/analyzer/lib/src/context/cache.dart |
| diff --git a/pkg/analyzer/lib/src/context/cache.dart b/pkg/analyzer/lib/src/context/cache.dart |
| index 343dd5258772e046b30dade4804143b8c2e9543c..89337227e2c36a48b8a7fbf4696c4d5e77987670 100644 |
| --- a/pkg/analyzer/lib/src/context/cache.dart |
| +++ b/pkg/analyzer/lib/src/context/cache.dart |
| @@ -817,6 +817,7 @@ class ResultData { |
| void flush() { |
| state = CacheState.FLUSHED; |
| value = descriptor.defaultValue; |
| + memento = null; |
| } |
| } |