[NamedConstructor] "prototype" property has wrong descriptor |
||
Issue descriptionSee https://github.com/heycam/webidl/issues/276#issuecomment-454027343 and https://github.com/web-platform-tests/wpt/pull/14841 From the former: > In Chrome, Object.getOwnPropertyDescriptor(Image, "prototype").writable is true, while it should be false per spec. (WebKit and Gecko pass.) The code adding the "prototype" property in interface.cc.tmpl is calling v8::Object::Set(), which does not allow one to specify a property's attributes.
,
Jan 15
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 15