Index: ui/base/dragdrop/os_exchange_data_provider_aurax11.cc |
diff --git a/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc b/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc |
index e6de96941f83e9ffaa005d54eb795ea0b5c69f0f..714069fecd9e52bde99ef0427ba837a02d5bfd7a 100644 |
--- a/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc |
+++ b/ui/base/dragdrop/os_exchange_data_provider_aurax11.cc |
@@ -517,7 +517,7 @@ uint32_t OSExchangeDataProviderAuraX11::DispatchEvent( |
XEvent* xev = event; |
switch (xev->type) { |
case SelectionRequest: |
- selection_owner_.OnSelectionRequest(xev->xselectionrequest); |
+ selection_owner_.OnSelectionRequest(*xev); |
return ui::POST_DISPATCH_STOP_PROPAGATION; |
default: |
NOTIMPLEMENTED(); |