| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 4f3c2aae6317f49dbb5286c94f946e74bc462ab3..7c6dfda8dbe3b236e86e401a012c9ad968530544 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -794,7 +794,7 @@ void BlinkPlatformImpl::bindServiceConnector(
|
| ChildThreadImpl::current()
|
| ->GetServiceManagerConnection()
|
| ->GetConnector()
|
| - ->BindRequest(std::move(chromium_request));
|
| + ->BindConnectorRequest(std::move(chromium_request));
|
| }
|
|
|
| size_t BlinkPlatformImpl::actualMemoryUsageMB() {
|
|
|