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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java

Issue 9700019: Use NodeElement to access Node in Resolver (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java b/compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java
index 7f174aaf8d1fb583548e4a30ff1df7d4ea68ec5d..8db610a8160c4986845bd288df09e9be9ffaf44b 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java
@@ -11,7 +11,7 @@ import com.google.dart.compiler.ast.DartParameterizedTypeNode;
import com.google.dart.compiler.ast.DartPropertyAccess;
class ConstructorElementImplementation extends MethodElementImplementation
- implements ConstructorElement {
+ implements ConstructorNodeElement {
private final ClassElement constructorType;
private final String rawName;
private ConstructorElement defaultConstructor;

Powered by Google App Engine
This is Rietveld 408576698