CCA: Use bracket property accessors for all undefined property
CCA has 3 kinds of property currently undefined to closure compiler: 1. Properties set by external browsing context. 2. Properties defined in dataset. 3. properties defined under * type. This CL use bracket property accessors to access these properties for avoiding being caught in closure compiler strict mode check. Bug: 1122444 Test: tast run <DUT> "camera.CCAUI*" Change-Id: I8f57adc6ca536629377af4976bb45515b4efc2be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2383590 Commit-Queue: Inker Kuo <inker@chromium.org> Reviewed-by:Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#803347}
Showing
Please register or sign in to comment