Index: Source/core/inspector/InspectorPageAgent.cpp |
diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp |
index 0e6106f22c512cf1144a8f09e3aea69d69bfc27d..d218e8ba0629fef86666b44d659f2a4cdd9785b2 100644 |
--- a/Source/core/inspector/InspectorPageAgent.cpp |
+++ b/Source/core/inspector/InspectorPageAgent.cpp |
@@ -1403,7 +1403,7 @@ void InspectorPageAgent::updateTouchEventEmulationInPage(bool enabled) |
m_page->deprecatedLocalMainFrame()->view()->layout(); |
} |
-void InspectorPageAgent::setTouchEmulationEnabled(ErrorString*, bool enabled) |
+void InspectorPageAgent::setTouchEmulationEnabled(ErrorString*, bool enabled, const String* configuration) |
{ |
if (m_state->getBoolean(PageAgentState::touchEventEmulationEnabled) == enabled) |
return; |