| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 2f154eb59704fb176663382391608e5492ddcffc..ddc779221fe60fc76892aff0cbf325cf18ab4171 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -205,6 +205,7 @@
|
| [RaisesException] void setIsCursorVisible(Document document, boolean isVisible);
|
|
|
| void mediaPlayerRequestFullscreen(HTMLMediaElement mediaElement);
|
| + void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement mediaElement, boolean available);
|
|
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
|
| void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(DOMString scheme);
|
|
|