| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 23c3d70bd908ac4dc64984e204ad72aa0287d755..5cd93357f15e5d4b01491f518bb483d95613e476 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -215,6 +215,7 @@
|
| [TypeChecking=Interface] double effectiveMediaVolume(HTMLMediaElement mediaElement);
|
| [TypeChecking=Interface] void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement mediaElement, boolean available);
|
| [TypeChecking=Interface] void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement mediaElement, boolean remote);
|
| + [TypeChecking=Interface] void setAllowHiddenAudioElements(HTMLMediaElement mediaElement, boolean allow);
|
|
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme, sequence<DOMString> policyAreas);
|
|
|