| Index: Source/modules/presentation/PresentationSessionClientCallbacks.cpp
|
| diff --git a/Source/modules/presentation/PresentationSessionClientCallbacks.cpp b/Source/modules/presentation/PresentationSessionClientCallbacks.cpp
|
| index 330c3b81b285526988e7280f351aacfc8cd600c9..c8d220850be57d3aea39cfeddc4e25d17081c0d0 100644
|
| --- a/Source/modules/presentation/PresentationSessionClientCallbacks.cpp
|
| +++ b/Source/modules/presentation/PresentationSessionClientCallbacks.cpp
|
| @@ -18,7 +18,7 @@
|
| namespace blink {
|
|
|
| PresentationSessionClientCallbacks::PresentationSessionClientCallbacks(
|
| - PassRefPtrWillBeRawPtr<ScriptPromiseResolver> resolver,
|
| + ScriptPromiseResolver* resolver,
|
| Presentation* presentation)
|
| : m_resolver(resolver)
|
| , m_presentation(presentation)
|
|
|