| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp b/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp
|
| index cbcd481b253580981fdb48a3f14d87da2c75f6e2..4a17fbd512dd53de5319459e036caea971b795af 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp
|
| @@ -150,7 +150,7 @@ TEST_F(RemotePlaybackTest, DisableRemotePlaybackCancelsAvailabilityCallbacks) {
|
|
|
| MockFunction* callbackFunction = MockFunction::create(scope.getScriptState());
|
| RemotePlaybackAvailabilityCallback* availabilityCallback =
|
| - RemotePlaybackAvailabilityCallback::create(scope.isolate(),
|
| + RemotePlaybackAvailabilityCallback::create(scope.getScriptState(),
|
| callbackFunction->bind());
|
|
|
| // The initial call upon registering will not happen as it's posted on the
|
|
|