| Index: android_webview/native/aw_message_port_service_impl.cc
|
| diff --git a/android_webview/native/aw_message_port_service_impl.cc b/android_webview/native/aw_message_port_service_impl.cc
|
| index 28365302968a340fcde4459056bd79ec3dd7b869..bc55c23bb74386ff764ca033a575f2e2d045af6c 100644
|
| --- a/android_webview/native/aw_message_port_service_impl.cc
|
| +++ b/android_webview/native/aw_message_port_service_impl.cc
|
| @@ -215,7 +215,7 @@ void AwMessagePortServiceImpl::OnMessageChannelCreated(
|
| if (obj.is_null())
|
| return;
|
| Java_AwMessagePortService_onMessageChannelCreated(env, obj, *port1, *port2,
|
| - ports->obj());
|
| + *ports);
|
| }
|
|
|
| // Adds a new port to the message port service.
|
|
|