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

Unified Diff: lib/src/tree.dart

Issue 1899133010: Fix two checked mode bugs introduced by 0.13.0. (Closed) Base URL: https://github.com/dart-lang/csslib.git@master
Patch Set: Created 4 years, 8 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/parser.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/tree.dart
diff --git a/lib/src/tree.dart b/lib/src/tree.dart
index ded846dfc7c0883bc706ee94f1993ca0921f324a..c187903445694c1799ddb2765ebbe4fdac0b60b4 100644
--- a/lib/src/tree.dart
+++ b/lib/src/tree.dart
@@ -696,7 +696,7 @@ class MixinDefinition extends Directive {
class MixinRulesetDirective extends MixinDefinition {
final List<TreeNode> rulesets;
- MixinRulesetDirective(String name, List<VarDefinition> args,
+ MixinRulesetDirective(String name, List<TreeNode> args,
bool varArgs, this.rulesets, SourceSpan span)
: super(name, args, varArgs, span);
« no previous file with comments | « lib/parser.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698