Change clientApiDelegate from a class to a object.
This is because the media app attempts to use the spread operator on the class which, due to the typescript compilation step which targets ES5, doesn't handle the class instance correctly. Bug: 996088 Change-Id: Idfb4e00aa29c40864fecf7d5ee777d470f40566d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098192Reviewed-by:Trent Apted <tapted@chromium.org> Commit-Queue: Zain Afzal <zafzal@google.com> Cr-Commit-Position: refs/heads/master@{#749558}
Showing
Please register or sign in to comment