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

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

Issue 9689063: Visit Node in CompileTimeConstantAnalyzer only if Node based (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/VoidElement.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/VoidElement.java b/compiler/java/com/google/dart/compiler/resolver/VoidElement.java
index 7450ade9ddda923e7765e7cc2eefe27e434e931a..4d2624de4d9379a49ac9357afec6632c7c0585b0 100644
--- a/compiler/java/com/google/dart/compiler/resolver/VoidElement.java
+++ b/compiler/java/com/google/dart/compiler/resolver/VoidElement.java
@@ -8,7 +8,7 @@ package com.google.dart.compiler.resolver;
* Implementation of "void". There is no public interface for this class as Element already exposes
* all the functionality needed.
*/
-class VoidElement extends AbstractElement {
+class VoidElement extends AbstractNodeElement {
private VoidElement() {
super(null, "void");
}

Powered by Google App Engine
This is Rietveld 408576698