Fix extensions generation code causing shadowed variables.
value is usually defined as a variable on the json class so it causes a shadowed variable. Rename the variable on the stack to to_value_result this name is unique enough it doesn't cause shadowed variables. BUG=794619 Change-Id: I43bb753d1fdec6871386881641a3d59ab010d475 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1786582Reviewed-by:Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#693891}
Showing
Please register or sign in to comment