Index: LayoutTests/inspector/device-emulation/device-emulation-restore.html |
diff --git a/LayoutTests/inspector/device-emulation/device-emulation-restore.html b/LayoutTests/inspector/device-emulation/device-emulation-restore.html |
index 474607fb62e02bed175010862ad64de841128d14..a4d8374431a6598e4ffa1f67d5423865dde433b7 100644 |
--- a/LayoutTests/inspector/device-emulation/device-emulation-restore.html |
+++ b/LayoutTests/inspector/device-emulation/device-emulation-restore.html |
@@ -29,12 +29,12 @@ function test() |
InspectorTest._deviceEmulationResults = []; |
var originalMetrics; |
- InspectorTest.applyEmulationAndReload(false, 0, 0, 1, "none", null, InspectorTest.getPageMetrics.bind(InspectorTest, true, saveMetrics)); |
+ InspectorTest.applyEmulationAndReload(false, 0, 0, 1, "none", null, undefined, InspectorTest.getPageMetrics.bind(InspectorTest, true, saveMetrics)); |
function saveMetrics(metrics) |
{ |
originalMetrics = metrics.value; |
- InspectorTest.emulateAndGetMetrics(1200, 1000, 1, "w=320", null, restore); |
+ InspectorTest.emulateAndGetMetrics(1200, 1000, 1, "w=320", null, undefined, restore); |
} |
function restore() |
@@ -50,7 +50,7 @@ function test() |
InspectorTest.completeTest(); |
} |
- InspectorTest.applyEmulationAndReload(false, 0, 0, 1, "none", null, InspectorTest.getPageMetrics.bind(InspectorTest, true, callback)); |
+ InspectorTest.applyEmulationAndReload(false, 0, 0, 1, "none", null, undefined, InspectorTest.getPageMetrics.bind(InspectorTest, true, callback)); |
} |
} |
</script> |