| Index: ui/base/x/selection_requestor.cc
|
| diff --git a/ui/base/x/selection_requestor.cc b/ui/base/x/selection_requestor.cc
|
| index dd7a310e603b96828079d287295988a6f45bb1a3..f044cf8ae3f320eb28fcc16726c7d51b7c3e7b51 100644
|
| --- a/ui/base/x/selection_requestor.cc
|
| +++ b/ui/base/x/selection_requestor.cc
|
| @@ -53,7 +53,7 @@ bool SelectionRequestor::PerformBlockingConvertSelection(
|
| // for a response.
|
| base::MessageLoopForUI* loop = base::MessageLoopForUI::current();
|
| base::MessageLoop::ScopedNestableTaskAllower allow_nested(loop);
|
| - base::RunLoop run_loop(base::MessagePumpX11::Current());
|
| + base::RunLoop run_loop;
|
|
|
| PendingRequest pending_request(target, run_loop.QuitClosure());
|
| pending_requests_.push_back(&pending_request);
|
|
|