зеркало из https://github.com/mozilla/pjs.git
Bug 648904 - Bug 634218 breaks accessibility builds on Mac; r=surkov
This commit is contained in:
Родитель
8e0918fff8
Коммит
2a539e91e6
|
@ -139,7 +139,7 @@ extern const NSString *kTopLevelUIElementAttribute; // NSAccessibilityTopLevel
|
|||
return YES;
|
||||
|
||||
if (mGeckoEditableTextAccessible)
|
||||
return (mGeckoEditableTextAccessible->State() & states::READONLY) == 0;
|
||||
return (mGeckoAccessible->State() & states::READONLY) == 0;
|
||||
|
||||
return NO;
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
|
||||
#include "nsAccessible.h"
|
||||
#include "nsAccUtils.h"
|
||||
#include "States.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsRect.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче