Use new downcast helper for blink::HTMLAudioElement
This CL has two goals, 1. Use To<HTMLAudioElement> and DynamicTo<HTMLAudioElement> as new downcast helper. 2. Use IsA<HTMLAudioElement>(element) in place of IsHTMLAudioElement(element) Bug: 891908 Change-Id: I787075e911bdbd7371b1827a017f5dcdc1abf0a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726430Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#682600}
Showing
Please register or sign in to comment