| Index: Source/core/testing/InternalSettings.cpp
|
| diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
|
| index 0d9dbefc3c655c50e40eb826cfe2cb3dee9bc2e8..b9585184bef884a64fbbbef262dfe46cc94d66f2 100644
|
| --- a/Source/core/testing/InternalSettings.cpp
|
| +++ b/Source/core/testing/InternalSettings.cpp
|
| @@ -197,6 +197,7 @@ void InternalSettings::setOverlayScrollbarsEnabled(bool enabled)
|
| RuntimeEnabledFeatures::setOverlayScrollbarsEnabled(enabled);
|
| }
|
|
|
| +// FIXME: Remove this method and touchEventEmulationEnabled setting entirely.
|
| void InternalSettings::setTouchEventEmulationEnabled(bool enabled, ExceptionState& exceptionState)
|
| {
|
| InternalSettingsGuardForSettings();
|
|
|