Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 08afb3e4adab25025335a6548654f973b70a32cf..224fc885bb5d54d17035e7d78e707eeb5e2d0d79 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -311,3 +311,7 @@ accessibilityPasswordValuesEnabled initial=false |
# If true, static text nodes expose inline text box children. |
inlineTextBoxAccessibilityEnabled initial=false |
+ |
+# If true, context menu will be shown on mouse up instead of mouse down. |
+# Typically enabled on Windows to match platform convention. |
+showContextMenuOnMouseUp initial=false |