| 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;
|
|
|