mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1383501: Assert that com proxy is non-null before calling SendPDocAccessibleConstructor; r=yzen
MozReview-Commit-ID: CuIXyoe4jsj
This commit is contained in:
parent
391b45bd79
commit
066806b179
@ -1503,6 +1503,7 @@ DocAccessible::DoInitialUpdate()
|
||||
|
||||
#if defined(XP_WIN)
|
||||
IAccessibleHolder holder(CreateHolderFromAccessible(this));
|
||||
MOZ_DIAGNOSTIC_ASSERT(!holder.IsNull());
|
||||
int32_t childID = AccessibleWrap::GetChildIDFor(this);
|
||||
#else
|
||||
int32_t holder = 0, childID = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user