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