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

Unified Diff: sky/tests/events/custom-event.sky

Issue 988573002: Fix test_sky after 14270f1151aacfa650985c4333572c356d15c024 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/events/custom-event.sky
diff --git a/sky/tests/events/custom-event.sky b/sky/tests/events/custom-event.sky
index 4a86eb2831aa5fd0733fe1ebbf607b16f9686d90..f0559419240c09d00de2aff92bc26e0794a8c9f1 100644
--- a/sky/tests/events/custom-event.sky
+++ b/sky/tests/events/custom-event.sky
@@ -5,7 +5,7 @@ import "../resources/unit.dart";
import "dart:sky";
class MyEvent extends Event {
- MyEvent() : super("awesome", bubbles: true);
+ MyEvent() : super(type: "awesome", bubbles: true);
bool get isCustom => true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698