summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/DOMAgent.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/DOMAgent.js')
-rw-r--r--Source/WebCore/inspector/front-end/DOMAgent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/front-end/DOMAgent.js b/Source/WebCore/inspector/front-end/DOMAgent.js
index e96855cce..0bb07f94f 100644
--- a/Source/WebCore/inspector/front-end/DOMAgent.js
+++ b/Source/WebCore/inspector/front-end/DOMAgent.js
@@ -1278,7 +1278,7 @@ WebInspector.DOMAgent.prototype = {
this._addTouchEventsScriptId = scriptId;
}
- DOMAgent.setTouchEmulationEnabled(emulationEnabled);
+ PageAgent.setTouchEmulationEnabled(emulationEnabled);
},
markUndoableState: function()