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