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

Unified Diff: mojo/public/bindings/sample/mojom/sample_service.js

Issue 63033010: Mojo's C++ and JavaScript bindings should produce identical messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « mojo/public/bindings/js/test/hexdump.js ('k') | mojo/public/bindings/sample/sample_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/sample/mojom/sample_service.js
diff --git a/mojo/public/bindings/sample/mojom/sample_service.js b/mojo/public/bindings/sample/mojom/sample_service.js
index 081ed9912bdfc472631dbd274d680c51661ebf78..4957039d0f86d3c2bc1d714a629000f99f277013 100644
--- a/mojo/public/bindings/sample/mojom/sample_service.js
+++ b/mojo/public/bindings/sample/mojom/sample_service.js
@@ -54,7 +54,7 @@ define([
this.files = [];
}
- Foo.encodedSize = codec.kStructHeaderSize + 64;
+ Foo.encodedSize = codec.kStructHeaderSize + 56;
Foo.decode = function(decoder) {
var val = new Foo();
@@ -95,7 +95,7 @@ define([
// Service ------------------------------------------------------------------
- var kService_Frobinate_Name = 1;
+ var kService_Frobinate_Name = 0;
function Service_Frobinate_Params() {
this.foo = null;
« no previous file with comments | « mojo/public/bindings/js/test/hexdump.js ('k') | mojo/public/bindings/sample/sample_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698