| Index: mojo/converters/input_events/input_events_type_converters.cc
|
| diff --git a/mojo/converters/input_events/input_events_type_converters.cc b/mojo/converters/input_events/input_events_type_converters.cc
|
| index 6f2495f240255ef4b0462a8f0bb62260785951cf..7635930fb12fec2801146750dba652fbf7a4ebd8 100644
|
| --- a/mojo/converters/input_events/input_events_type_converters.cc
|
| +++ b/mojo/converters/input_events/input_events_type_converters.cc
|
| @@ -225,7 +225,7 @@ EventPtr TypeConverter<EventPtr, ui::Event>::Convert(const ui::Event& input) {
|
| }
|
| event->key_data = key_data.Pass();
|
| }
|
| - return event.Pass();
|
| + return event;
|
| }
|
|
|
| // static
|
|
|