Index: Source/core/testing/InternalSettings.h |
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h |
index 84960ab9e55a1df0ff4ced7048e9cee6487e2385..d847c6e7dd893529da61df42c7a9d2159cc7d153 100644 |
--- a/Source/core/testing/InternalSettings.h |
+++ b/Source/core/testing/InternalSettings.h |
@@ -99,7 +99,6 @@ public: |
void setTextAutosizingEnabled(bool, ExceptionState&); |
void setAccessibilityFontScaleFactor(float fontScaleFactor, ExceptionState&); |
void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState&); |
- void setTouchEventEmulationEnabled(bool, ExceptionState&); |
void setViewportEnabled(bool, ExceptionState&); |
// FIXME: This is a temporary flag and should be removed once accelerated |