diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2016-04-21 20:38:02 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2016-05-20 13:01:26 +0000 |
commit | f1b22ccfb78cc9d18d707e6d6a24a5951c60ffa5 (patch) | |
tree | ac1f720e143df9e163139c0e27da19dd4e6ba137 /Source/JavaScriptCore/interpreter/Interpreter.cpp | |
parent | e23e63be27e195b4f4cf46f1d947720d85e5e044 (diff) | |
download | qtwebkit-f1b22ccfb78cc9d18d707e6d6a24a5951c60ffa5.tar.gz |
Disable touch_slider if touch_events is disabled.
touch_events is a prerequisite for touch_slider, however, touch_slider is
added to WEBKIT_CONFIG before user options processing, so it's possible to
produce meaningless configuration with disabled touch_events and enabled
touch_slider.
It's harmless because all ENABLE(TOUCH_SLIDER) code is also guarded with
ENABLE(TOUCH_EVENTS), however it still may be confusing.
Change-Id: I149c798f488ec9977ea5b168c0f5d7b7c53d1aec
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'Source/JavaScriptCore/interpreter/Interpreter.cpp')
0 files changed, 0 insertions, 0 deletions