CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
chromium: updated to 61.0.3163.79
[ports/opt-arm.git] / chromium / chromium-atk-r1.patch
CommitLineData
a5b7cd58
VM
1--- a/content/browser/accessibility/browser_accessibility_auralinux.cc.orig 2017-07-27 06:28:01.090257874 +0000
2+++ b/content/browser/accessibility/browser_accessibility_auralinux.cc 2017-07-27 06:28:21.174653680 +0000
3@@ -571,7 +571,7 @@
4 // it's best to leave this out rather than break people's builds:
5 #if defined(ATK_CHECK_VERSION)
6 #if ATK_CHECK_VERSION(2, 16, 0)
7- atk_state_set_add_state(atk_state_set, ATK_STATE_READ_ONLY);
8+ atk_state_set_add_state(state_set, ATK_STATE_READ_ONLY);
9 #endif
10 #endif
11 break;