bind-gen: Effectively remove named definer from HTML{Embed,Object}Element
In order to route the property access to the platform objects to the embedding objects, HTMLEmbedElement and HTMLObjectElement are (ab)using the named properties, hence the regular definition of [[DefineOwnProperty]] of named properties shouldn't be applied. (By the way, the situation is similar to CSS properties.) This patch makes NamedPropertyDefinerCallback noop in case of HTMLEmbedElement and HTMLObjectElement. Bug: 1139312, 839389 Change-Id: I5089965ad766440920e4cc2d3308a2e2fae4250b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481163Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#818395}
Showing
Please register or sign in to comment