Chromium Code Reviews| 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..eed483d68b54b04f226e37bcb2af169ee8f71680 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, double state); |
|
philipj_slow
2015/10/28 15:14:02
If this stays, s/double/long/ or some other intege
liberato (no reviews please)
2015/10/29 16:10:26
done. the last time i tried to add a non-double t
|
| }; |