| Index: views/widget/widget_win.cc
|
| ===================================================================
|
| --- views/widget/widget_win.cc (revision 16095)
|
| +++ views/widget/widget_win.cc (working copy)
|
| @@ -556,10 +556,6 @@
|
| // Return with failure.
|
| return static_cast<LRESULT>(0L);
|
| }
|
| -
|
| - // Notify that an instance of IAccessible was allocated for m_hWnd
|
| - ::NotifyWinEvent(EVENT_OBJECT_CREATE, GetNativeView(), OBJID_CLIENT,
|
| - CHILDID_SELF);
|
| }
|
|
|
| // Create a reference to ViewAccessibility that MSAA will marshall
|
|
|