Bug 1232223 - Part 6: Remove function prototype for undefined function IsAudioAPIEnabled(). r=jya

This commit is contained in:
Chris Peterson 2015-12-15 21:56:38 -08:00
parent be9fa06520
commit 82bec0bf80

View File

@ -25,11 +25,8 @@ NS_IMPL_NS_NEW_HTML_ELEMENT(Audio)
namespace mozilla {
namespace dom {
extern bool IsAudioAPIEnabled();
NS_IMPL_ELEMENT_CLONE(HTMLAudioElement)
HTMLAudioElement::HTMLAudioElement(already_AddRefed<NodeInfo>& aNodeInfo)
: HTMLMediaElement(aNodeInfo)
{