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

Unified Diff: mojo/public/js/lib/pipe_control_message_proxy.js

Issue 2820783002: Add associated interfaces & bindings. (Closed)
Patch Set: Change Router.prototype.accept. Add a TODO for endpoint client not attached. Created 3 years, 8 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 | « mojo/public/js/lib/interface_endpoint_handle.js ('k') | mojo/public/js/new_bindings/codec.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/lib/pipe_control_message_proxy.js
diff --git a/mojo/public/js/lib/pipe_control_message_proxy.js b/mojo/public/js/lib/pipe_control_message_proxy.js
index 4b8e7a20ea7bbdf26a3128e26ea03be6ba78a57c..71091d0d0203f53f0501dcc1763826e72507e7b0 100644
--- a/mojo/public/js/lib/pipe_control_message_proxy.js
+++ b/mojo/public/js/lib/pipe_control_message_proxy.js
@@ -17,7 +17,7 @@ define("mojo/public/js/lib/pipe_control_message_proxy", [
var payloadSize =
pipeControlMessages.RunOrClosePipeMessageParams.encodedSize;
- var builder = new codec.MessageBuilder(messageName, payloadSize);
+ var builder = new codec.MessageV0Builder(messageName, payloadSize);
builder.encodeStruct(pipeControlMessages.RunOrClosePipeMessageParams,
runOrClosePipeMessageParams);
var message = builder.finish();
« no previous file with comments | « mojo/public/js/lib/interface_endpoint_handle.js ('k') | mojo/public/js/new_bindings/codec.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698