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