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

Unified Diff: mojo/edk/js/tests/sample_service_tests.js

Issue 799113004: Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add mojo's ply to checklicenses whitelist Created 6 years 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 | « mojo/edk/embedder/embedder.cc ('k') | mojo/edk/mojo_edk.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/tests/sample_service_tests.js
diff --git a/mojo/edk/js/tests/sample_service_tests.js b/mojo/edk/js/tests/sample_service_tests.js
index ca4f8e6bccc14dfbf04fce126e8f9cb46c4465d3..1b62e975185038ba4df621600d0ee8da874db16e 100644
--- a/mojo/edk/js/tests/sample_service_tests.js
+++ b/mojo/edk/js/tests/sample_service_tests.js
@@ -155,8 +155,8 @@ define([
serviceImpl.accept(message);
};
- var receiver = new SimpleMessageReceiver();
- var serviceProxy = new sample.Service.proxyClass(receiver);
+ var serviceProxy = new sample.Service.proxyClass;
+ serviceProxy.receiver_ = new SimpleMessageReceiver;
checkDefaultValues();
« no previous file with comments | « mojo/edk/embedder/embedder.cc ('k') | mojo/edk/mojo_edk.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698