IDL Compiler: Make empty dict value dict()
We used object() as a python value for empty dictionary literal "{}". But it doesn't work with (current) make_copy() well. This CL changes the value as dict() to work with make_copy() and describe its actual type better. Bug: 984949, 839389 Change-Id: I3f14319bae91ab3b7510636cca103ca25f6b6424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826067Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#700121}
Showing
Please register or sign in to comment