Index: third_party/WebKit/Source/core/testing/Internals.idl |
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
index dd44d9b156be2becb14c3e4b71aaa13a298f63bd..cf78ae8d9d2ed94310d460b279ca1d39d8fe43a5 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -357,4 +357,6 @@ |
void forceRestrictIFramePermissions(); |
[RaisesException] double monotonicTimeToZeroBasedDocumentTime(double platformTime); |
+ |
+ [TypeChecking=Interface] void setMediaElementNetworkState(HTMLMediaElement element, long state); |
}; |