Index: Source/devtools/front_end/main/Tests.js |
diff --git a/Source/devtools/front_end/main/Tests.js b/Source/devtools/front_end/main/Tests.js |
index c1f336e30aa78681b1897859c0800518a3d3cd97..67d1a86308c255336502fc4677c68f8851749a2b 100644 |
--- a/Source/devtools/front_end/main/Tests.js |
+++ b/Source/devtools/front_end/main/Tests.js |
@@ -616,7 +616,7 @@ TestSuite.prototype.testPauseInSharedWorkerInitialization2 = function() |
TestSuite.prototype.enableTouchEmulation = function() |
{ |
- WebInspector.targetManager.mainTarget().domModel.emulateTouchEventObjects(true); |
+ WebInspector.targetManager.mainTarget().domModel.emulateTouchEventObjects(true, "mobile"); |
}; |