commit | 7a0fd62102a310f0dd160720e4e27816e82055c4 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri Feb 22 15:56:48 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 22 15:56:48 2019 |
tree | 84d3ae5f472d3639a5304404952281fef1f8a307 | |
parent | 8c69cffa96b4c8e488ca2da3ee7c728d608178d3 [diff] |
Remove variable shadowing in blink/svg In an effort to reduce or even ban symbol shadowing, this renames a variable to avoid such shadowing. I'm interested in prohibiting shadowing because I think it might prevent potential jumbo problems. The exact error this avoids is: third_party/blink/renderer/core/svg/svg_svg_element.cc:456:28: error: declaration shadows a local variable [-Werror,-Wshadow] TransformationMatrix transform; ^ third_party/blink/renderer/core/svg/svg_svg_element.cc:449:19: note: previous declaration is here AffineTransform transform; ^ Bug: 923510 Change-Id: I99c001d0eb513d73bfc33d540601479a6fd7280d Reviewed-on: https://chromium-review.googlesource.com/c/1482975 Auto-Submit: Daniel Bratell <bratell@opera.com> Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#634676}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .