bindings: nullable attribute setters should treat null as null |
||
Issue descriptionCurrently attribute setters use NativeValueTraits::nativeValue<T> for IDL value T?. This is wrong because nativeValue<T> converts null to something (e.g. nativeValue<bool> returns false when null is passed).
,
Apr 10 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 10 2017