| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index fcecaed138d7e7ecfea8cf2c39bee85604b1e7d8..d160dad2b49a2921a0e4d942951495eba327a8f1 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -314,7 +314,7 @@
|
| // These functions are for testing NetInfo. You must call setNetworkStateNotifierTestOnly(true)
|
| // before calling setNetworkConnectionInfo.
|
| void setNetworkStateNotifierTestOnly(boolean testOnly);
|
| - [RaisesException] void setNetworkConnectionInfo(DOMString type);
|
| + [RaisesException] void setNetworkConnectionInfo(DOMString type, double downlinkMaxMbps);
|
|
|
| // This function is for testing HitRegions on Canvas2D.
|
| unsigned long countHitRegions(CanvasRenderingContext2D context);
|
|
|