| Index: Source/modules/screen_orientation/LockOrientationCallback.cpp
 | 
| diff --git a/Source/modules/screen_orientation/LockOrientationCallback.cpp b/Source/modules/screen_orientation/LockOrientationCallback.cpp
 | 
| index d91ea0f7162144fef6f9221448bd334a3a946c14..2b50b65d5d028a95d86fbec5b6e6badd2fdfdab9 100644
 | 
| --- a/Source/modules/screen_orientation/LockOrientationCallback.cpp
 | 
| +++ b/Source/modules/screen_orientation/LockOrientationCallback.cpp
 | 
| @@ -12,7 +12,7 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -LockOrientationCallback::LockOrientationCallback(PassRefPtr<ScriptPromiseResolver> resolver)
 | 
| +LockOrientationCallback::LockOrientationCallback(PassRefPtrWillBeRawPtr<ScriptPromiseResolver> resolver)
 | 
|      : m_resolver(resolver)
 | 
|  {
 | 
|  }
 | 
| 
 |