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

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

Issue 1019173002: Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep permission service alive if embedder drops requests Created 5 years, 9 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 3d3ac9cab13fb5bbcd061ef8a0fa17c167dbbdea..4b0cc04421a911d819e90eabf3634d5f116d4502 100644
--- a/third_party/mojo/src/mojo/public/js/codec_unittests.js
+++ b/third_party/mojo/src/mojo/public/js/codec_unittests.js
@@ -41,7 +41,7 @@ define([
0, 0, 0, 0,
16, 0, 0, 0,
- 4, 0, 0, 0,
+ 0, 0, 0, 0,
1, 2, 3, 0,
5, 6, 7, 8,
@@ -107,7 +107,7 @@ define([
var expectedMemory = new Uint8Array([
/* 0: */ 16, 0, 0, 0, 2, 0, 0, 0,
/* 8: */ 31, 0, 0, 0, 0, 0, 0, 0,
- /* 16: */ 96, 0, 0, 0, 15, 0, 0, 0,
+ /* 16: */ 96, 0, 0, 0, 0, 0, 0, 0,
/* 24: */ 0xD5, 0xB4, 0x12, 0x02, 0x93, 0x6E, 0x01, 0,
/* 32: */ 5, 0, 0, 0, 0, 0, 0, 0,
/* 40: */ 72, 0, 0, 0, 0, 0, 0, 0,

Powered by Google App Engine
This is Rietveld 408576698