Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 8e07e1cfac8668a5cc3be1f72e0269d85294ccb9..e2de95c2c1a27d4f0559793e18bb3e5723671b5b 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -332,4 +332,6 @@ |
// Returns whether the scrollbar was able to be shown or hidden; not all platforms |
// support overlay scrollbars. |
bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible); |
+ |
+ [TypeChecking=Interface] void triggerAutoplayVisibilityCheck(HTMLMediaElement mediaElement); |
}; |