| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 1dd34866f725d64668bf7815fc52753f20e36e10..4c194a817483e0bf34f651861c085a57a914a416 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -2194,7 +2194,7 @@ void Internals::mediaPlayerRemoteRouteAvailabilityChanged(
|
| HTMLMediaElement* mediaElement,
|
| bool available) {
|
| ASSERT(mediaElement);
|
| - mediaElement->remoteRouteAvailabilityChanged(available);
|
| + mediaElement->remoteRouteAvailabilityChanged(available, available);
|
| }
|
|
|
| void Internals::mediaPlayerPlayingRemotelyChanged(
|
|
|