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

Unified Diff: lib/compiler/implementation/scanner/class_element_parser.dart

Issue 10832203: Refactor Library/CompilationUnit and how we define local Scope. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Last test fixes, passes co19. Created 8 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: lib/compiler/implementation/scanner/class_element_parser.dart
diff --git a/lib/compiler/implementation/scanner/class_element_parser.dart b/lib/compiler/implementation/scanner/class_element_parser.dart
index 74e0a76f0d0452625543354b2e9a36a866c8f551..b5e7b25cbf9b754ed776e8e80b90779853bdb987 100644
--- a/lib/compiler/implementation/scanner/class_element_parser.dart
+++ b/lib/compiler/implementation/scanner/class_element_parser.dart
@@ -16,7 +16,7 @@ class PartialClassElement extends ClassElement {
PartialClassElement(SourceString name,
Token this.beginToken,
Token this.endToken,
- CompilationUnitElement enclosing,
+ Element enclosing,
int id)
: super(name, enclosing, id);

Powered by Google App Engine
This is Rietveld 408576698