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

Unified Diff: third_party/mojo/src/mojo/public/js/codec_unittests.js

Issue 1127293003: Update mojo sdk to rev f84766d3b6420b7cf6a113d9d65d73cb5fe18d90 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 5 years, 7 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: third_party/mojo/src/mojo/public/js/codec_unittests.js
diff --git a/third_party/mojo/src/mojo/public/js/codec_unittests.js b/third_party/mojo/src/mojo/public/js/codec_unittests.js
index 4b0cc04421a911d819e90eabf3634d5f116d4502..7ce01b984c060e64343fa25a4ea04f53d350a557 100644
--- a/third_party/mojo/src/mojo/public/js/codec_unittests.js
+++ b/third_party/mojo/src/mojo/public/js/codec_unittests.js
@@ -36,7 +36,7 @@ define([
var expectedMemory = new Uint8Array([
16, 0, 0, 0,
- 2, 0, 0, 0,
+ 0, 0, 0, 0,
42, 0, 0, 0,
0, 0, 0, 0,
@@ -105,7 +105,7 @@ define([
var message = builder.finish();
var expectedMemory = new Uint8Array([
- /* 0: */ 16, 0, 0, 0, 2, 0, 0, 0,
+ /* 0: */ 16, 0, 0, 0, 0, 0, 0, 0,
/* 8: */ 31, 0, 0, 0, 0, 0, 0, 0,
/* 16: */ 96, 0, 0, 0, 0, 0, 0, 0,
/* 24: */ 0xD5, 0xB4, 0x12, 0x02, 0x93, 0x6E, 0x01, 0,
@@ -240,7 +240,7 @@ define([
encoder.encodeStringPointer(str);
var message = builder.finish();
var expectedMemory = new Uint8Array([
- /* 0: */ 16, 0, 0, 0, 2, 0, 0, 0,
+ /* 0: */ 16, 0, 0, 0, 0, 0, 0, 0,
/* 8: */ 42, 0, 0, 0, 0, 0, 0, 0,
/* 16: */ 8, 0, 0, 0, 0, 0, 0, 0,
/* 24: */ 14, 0, 0, 0, 6, 0, 0, 0,
« no previous file with comments | « third_party/mojo/src/mojo/public/js/codec.js ('k') | third_party/mojo/src/mojo/public/js/struct_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698