| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index b00dc90cd84b7aa0a50dea06f0bdae0825032f52..66b68fcb38b82e858fdbcdc6c6859c38508628ec 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -205,6 +205,7 @@
|
| [RaisesException, TypeChecking=Interface] void setIsCursorVisible(Document document, boolean isVisible);
|
|
|
| void mediaPlayerRequestFullscreen(HTMLMediaElement mediaElement);
|
| + double effectiveMediaVolume(HTMLMediaElement mediaElement);
|
|
|
| void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
|
| void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(DOMString scheme);
|
|
|