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

Unified Diff: lib/visitor.dart

Issue 873313003: Cleanup some ambiguous and incorrect types and disable a case that in analyzer.dart that seems like… (Closed) Base URL: git@github.com:dart-lang/csslib.git@master
Patch Set: ptal Created 5 years, 11 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
« no previous file with comments | « lib/src/tree.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/visitor.dart
diff --git a/lib/visitor.dart b/lib/visitor.dart
index aac7242e09ce8cb1ab9413663d64b50e97e37af2..154d235c09eddd8de95b73a626f5d545867c6ff4 100644
--- a/lib/visitor.dart
+++ b/lib/visitor.dart
@@ -40,7 +40,7 @@ abstract class VisitorBase {
void visitRuleSet(RuleSet node);
void visitDeclarationGroup(DeclarationGroup node);
- void visitMarginGroup(DeclarationGroup node);
+ void visitMarginGroup(MarginGroup node);
void visitDeclaration(Declaration node);
void visitVarDefinition(VarDefinition node);
void visitIncludeMixinAtDeclaration(IncludeMixinAtDeclaration node);
« no previous file with comments | « lib/src/tree.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698