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

Unified Diff: sky/tests/resources/event-sender.sky

Issue 748943002: remove childrenInline & setChildrenInline (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 6 years, 1 month 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: sky/tests/resources/event-sender.sky
diff --git a/sky/tests/resources/event-sender.sky b/sky/tests/resources/event-sender.sky
index d591bb7cc53dd8f464030523b74730553ebe0b01..02f513c6704ed1c3739772d867c0e5b74fd7ccab 100644
--- a/sky/tests/resources/event-sender.sky
+++ b/sky/tests/resources/event-sender.sky
@@ -62,7 +62,7 @@ function checkComplete() {
if (keyPressesRemaining != 0)
return;
setTimeout(function() {
- internals.notifyTestComplete(internals.contentAsText());
+ internals.notifyTestCompleteinternals.notifyTestComplete(internals.contentAsText());
});
}

Powered by Google App Engine
This is Rietveld 408576698