Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: dart/pkg/compiler/lib/src/js_backend/backend.dart

Issue 710043003: Forget aliasedSuperMembers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r41769 Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/tests/try/poi/forget_element_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/compiler/lib/src/js_backend/backend.dart
diff --git a/dart/pkg/compiler/lib/src/js_backend/backend.dart b/dart/pkg/compiler/lib/src/js_backend/backend.dart
index 1e282a0ad991e8133ae8943a206eb0fbbcda647a..de5609d7cb4030d9fc4430ac05c33687a7dd6cee 100644
--- a/dart/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/dart/pkg/compiler/lib/src/js_backend/backend.dart
@@ -2261,6 +2261,7 @@ class JavaScriptBackend extends Backend {
void forgetElement(Element element) {
constants.forgetElement(element);
constantCompilerTask.dartConstantCompiler.forgetElement(element);
+ aliasedSuperMembers.remove(element);
}
void registerMainHasArguments(Enqueuer enqueuer) {
« no previous file with comments | « no previous file | dart/tests/try/poi/forget_element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698