Bug 1693597 - P2: Rename ProxyAccessible to RemoteAccessible. r=morgan
Differential Revision: https://phabricator.services.mozilla.com/D105671
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#ifdef ACCESSIBILITY
|
||||
# ifdef XP_WIN
|
||||
# include "mozilla/a11y/ProxyAccessible.h"
|
||||
# include "mozilla/a11y/RemoteAccessible.h"
|
||||
# include "mozilla/a11y/ProxyWrappers.h"
|
||||
# endif
|
||||
# include "mozilla/a11y/DocAccessible.h"
|
||||
@@ -156,7 +156,7 @@ BrowserBridgeChild::RecvSetEmbeddedDocAccessibleCOMProxy(
|
||||
}
|
||||
RefPtr<IDispatch> comProxy(aCOMProxy.Get());
|
||||
mEmbeddedDocAccessible =
|
||||
new a11y::RemoteIframeDocProxyAccessibleWrap(comProxy);
|
||||
new a11y::RemoteIframeDocRemoteAccessibleWrap(comProxy);
|
||||
#endif
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user