mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 776912 - vc11 nullptr fix for DocAccessible. r=dbolter
This commit is contained in:
parent
63dd63dc24
commit
b88cddbe9c
@ -258,7 +258,7 @@ DocAccessibleWrap::DoInitialUpdate()
|
||||
|
||||
a11y::RootAccessible* rootDocument = RootAccessible();
|
||||
|
||||
mozilla::WindowsHandle nativeData = nsnull;
|
||||
mozilla::WindowsHandle nativeData = NULL;
|
||||
if (tabChild)
|
||||
tabChild->SendGetWidgetNativeData(&nativeData);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user