Chromium Code Reviews

Unified Diff: sky/tests/resources/dump-as-markup.sky

Issue 950493003: Add a basic sky-element custom element (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.
Jump to:
View side-by-side diff with in-line comments
Index: sky/tests/resources/dump-as-markup.sky
diff --git a/sky/tests/resources/dump-as-markup.sky b/sky/tests/resources/dump-as-markup.sky
index 03513106c0bba553584b8658370f662a88b456c1..ce00be56c623a6c22628409d0527cabece9f2950 100644
--- a/sky/tests/resources/dump-as-markup.sky
+++ b/sky/tests/resources/dump-as-markup.sky
@@ -3,7 +3,7 @@
import "dart:sky";
import "dart:sky.internals" as internals;
-void init() {
+void _init(_) {
window.addEventListener('load', (_) {
internals.notifyTestComplete(DomSerializer.serializeNode(document));
});

Powered by Google App Engine