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

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

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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: dart/compiler/java/com/google/dart/compiler/resolver/Scope.java
diff --git a/dart/compiler/java/com/google/dart/compiler/resolver/Scope.java b/dart/compiler/java/com/google/dart/compiler/resolver/Scope.java
index 3655f4ecf79d141094f752486d784be3fd8964b2..a20d7ee285160059402d128befe50f80f8c9b25a 100644
--- a/dart/compiler/java/com/google/dart/compiler/resolver/Scope.java
+++ b/dart/compiler/java/com/google/dart/compiler/resolver/Scope.java
@@ -27,6 +27,7 @@ public class Scope {
private final String name;
private List<LabelElement> labels;
private LibraryElement library;
+ private boolean stateProgress;
private boolean stateReady;
@VisibleForTesting

Powered by Google App Engine
This is Rietveld 408576698