Skip to content

Commit

Permalink
Revert "bug 1088148 - reenable ipc accessibility" because it still ca…
Browse files Browse the repository at this point in the history
…uses crashes
  • Loading branch information
Trevor Saunders committed Jan 6, 2015
1 parent b179808 commit 9c05820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accessible/base/nsAccessibilityService.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ GetAccService()
inline bool
IPCAccessibilityActive()
{
// XXX temporarily disable ipc accessibility because of crashes.
return false;
#ifdef MOZ_B2G
return false;
#else
Expand Down

0 comments on commit 9c05820

Please sign in to comment.