Index: third_party/WebKit/LayoutTests/netinfo/multiple-frames.html |
diff --git a/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html b/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html |
index f74d953f91163d9aba6805766a14e8e7f409b440..9e8bacb2fc48c55c09e9f77e425f0326644edccb 100644 |
--- a/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html |
+++ b/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html |
@@ -53,7 +53,7 @@ function maybeFinishTest() { |
connection.addEventListener('change', mainFrameListener); |
childConnection.addEventListener('change', childFrameListener); |
-internals.setNetworkConnectionInfo(newConnectionType, newDownlinkMax); |
+internals.setNetworkConnectionInfoOverride(isTypeOnline(newConnectionType), newConnectionType, newDownlinkMax); |
</script> |
</body> |