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

Unified Diff: mojo/public/js/validator.js

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
Index: mojo/public/js/validator.js
diff --git a/mojo/public/js/validator.js b/mojo/public/js/validator.js
index 037f3f46440a79ec6f4387aea225f47d027fce8d..4abc35902068e6cd3f357c5f515cd8cfd731ed82 100644
--- a/mojo/public/js/validator.js
+++ b/mojo/public/js/validator.js
@@ -109,6 +109,8 @@ define("mojo/public/js/validator", [
function isNullable(type) {
return type === codec.NullableString || type === codec.NullableHandle ||
+ type === codec.NullableAssociatedInterfacePtrInfo ||
+ type === codec.NullableAssociatedInterfaceRequest ||
type === codec.NullableInterface ||
type === codec.NullableInterfaceRequest ||
type instanceof codec.NullableArrayOf ||
« no previous file with comments | « mojo/public/js/router.js ('k') | mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698