Fix ChromeVox compile after ES6 class refactoring
The Clsoure compiler (which gets run on upload PRESUBMIT) is now flagging many errors in ChromeVox. This is due to the recent work to move us to ES6 styled classes. The errors themselves were mostly there previously and uncaught because Closure is fairly loose in flagging errors given a slightly different js structure. Test: git cl presubmit -u --force Change-Id: I4c09adf0a5fd6e3894f7316dc4d5a9c4bf9a825d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026760Reviewed-by:Akihiro Ota <akihiroota@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#736503}
Showing
Please register or sign in to comment