mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Fix the crash when closing the history/settings tab [1] Submitted by: John Carr <jfc@mit.edu> via freebsd-chromium [1] Security: http://vuxml.org/freebsd/9dd47fa3-9d53-11e3-b20f-00262d5ed8ee.html [0]
11 lines
416 B
C
11 lines
416 B
C
--- ui/events/event_switches.h.orig 2014-01-07 21:02:04.000000000 +0100
|
|
+++ ui/events/event_switches.h 2014-01-13 11:38:59.000000000 +0100
|
|
@@ -16,7 +16,7 @@
|
|
EVENTS_BASE_EXPORT extern const char kTouchEventsEnabled[];
|
|
EVENTS_BASE_EXPORT extern const char kTouchEventsDisabled[];
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_FREEBSD)
|
|
EVENTS_BASE_EXPORT extern const char kTouchDevices[];
|
|
#endif
|
|
|