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/resolver.dart

Issue 10831262: Revert "Revert "Allow patch files to add top-level declarations to the patched library."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed bugs 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/resolver.dart
diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart
index e8a31ab6bedc4d9acf0b7a8c9eec15f06d9910b2..f3960bccdfa1f43402857eb41edeb20ef80951d9 100644
--- a/lib/compiler/implementation/resolver.dart
+++ b/lib/compiler/implementation/resolver.dart
@@ -1923,8 +1923,7 @@ class VariableDefinitionsVisitor extends CommonResolverVisitor<SourceString> {
VariableDefinitionsVisitor(Compiler compiler,
this.definitions, this.resolver, this.kind)
- : super(compiler)
- {
+ : super(compiler) {
variables = new VariableListElement.node(
definitions, ElementKind.VARIABLE_LIST, resolver.scope.element);
}
« no previous file with comments | « lib/compiler/implementation/patch_parser.dart ('k') | lib/compiler/implementation/scanner/class_element_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698