| Index: ash/sticky_keys/sticky_keys_controller.cc
|
| diff --git a/ash/sticky_keys/sticky_keys_controller.cc b/ash/sticky_keys/sticky_keys_controller.cc
|
| index ca7f6ee6c1a5450a70e351fc215ce03b1dd70928..9065e974c732a72cc886204f5add6ecdbbc9ba93 100644
|
| --- a/ash/sticky_keys/sticky_keys_controller.cc
|
| +++ b/ash/sticky_keys/sticky_keys_controller.cc
|
| @@ -86,7 +86,7 @@ void StickyKeysHandlerDelegateImpl::DispatchEvent(ui::Event* event,
|
| aura::Window* target) {
|
| DCHECK(target);
|
| ui::EventDispatchDetails details =
|
| - target->GetDispatcher()->OnEventFromSource(event);
|
| + target->GetHost()->dispatcher()->OnEventFromSource(event);
|
| if (details.dispatcher_destroyed)
|
| return;
|
| }
|
|
|