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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/modelx.dart

Issue 448943004: Refactor and simplify the dart2dart renamer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix minifying name generation Created 6 years, 4 months 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
Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
index 1d7537d25fd4ba9cc6270c1215c5308ea25e36b8..0b4ffd111c2d3a13e1f60d901a9b07b9924fe159 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
@@ -299,7 +299,7 @@ class ErroneousElementX extends ElementX implements ErroneousElement {
computeEffectiveTargetType(InterfaceType newType) => unsupported();
- get definingConstructor => this;
+ get definingConstructor => null;
FunctionElement asFunctionElement() => this;

Powered by Google App Engine
This is Rietveld 408576698