| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index d160dad2b49a2921a0e4d942951495eba327a8f1..b8bd9736309a5db36fb609223672baaf5f83cc26 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -350,4 +350,6 @@
|
| bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible);
|
|
|
| void forceRestrictIFramePermissions();
|
| +
|
| + [TypeChecking=Interface] void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement);
|
| };
|
|
|