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