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

Unified Diff: third_party/WebKit/LayoutTests/mojo/struct.html

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 | « third_party/WebKit/LayoutTests/mojo/codec.html ('k') | third_party/WebKit/LayoutTests/mojo/union.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/mojo/struct.html
diff --git a/third_party/WebKit/LayoutTests/mojo/struct.html b/third_party/WebKit/LayoutTests/mojo/struct.html
index 0e9c53baf99a58c1c38ab4fb3a634c94a512b27b..7a82e0c345c28ed55adb8b6f7eb394358b337a6f 100644
--- a/third_party/WebKit/LayoutTests/mojo/struct.html
+++ b/third_party/WebKit/LayoutTests/mojo/struct.html
@@ -100,7 +100,7 @@ define([
function structEncodeDecode(struct) {
var structClass = struct.constructor;
- var builder = new codec.MessageBuilder(1234, structClass.encodedSize);
+ var builder = new codec.MessageV0Builder(1234, structClass.encodedSize);
builder.encodeStruct(structClass, struct);
var message = builder.finish();
« no previous file with comments | « third_party/WebKit/LayoutTests/mojo/codec.html ('k') | third_party/WebKit/LayoutTests/mojo/union.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698