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

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

Issue 959993002: Dart: Removes name conflicts from generated bindings. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Removes unused constructors 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
Index: sky/tests/services/event-sender.sky
diff --git a/sky/tests/services/event-sender.sky b/sky/tests/services/event-sender.sky
index b6cdf80b36ac60e82968b912b85edb36b90f3980..6c58ef9c1e3dc9d523c37ebc1f202acea628bcfc 100644
--- a/sky/tests/services/event-sender.sky
+++ b/sky/tests/services/event-sender.sky
@@ -30,7 +30,7 @@ void main() {
var event = new events.Event();
event.action = constants.EventType_KEY_PRESSED;
event.keyData = keyData;
- testHarness.dispatchInputEvent(event);
+ testHarness.ptr.dispatchInputEvent(event);
});
}
</script>

Powered by Google App Engine
This is Rietveld 408576698