| Index: Source/modules/screen_orientation/LockOrientationCallback.cpp
|
| diff --git a/Source/modules/screen_orientation/LockOrientationCallback.cpp b/Source/modules/screen_orientation/LockOrientationCallback.cpp
|
| index 1d6d58d953ba2cd251bd4bb34d4eaef003d29612..f2e3753185e0c14ceeba190f31351668c2c004e2 100644
|
| --- a/Source/modules/screen_orientation/LockOrientationCallback.cpp
|
| +++ b/Source/modules/screen_orientation/LockOrientationCallback.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/screen_orientation/ScreenOrientation.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| LockOrientationCallback::LockOrientationCallback(PassRefPtr<ScriptPromiseResolver> resolver)
|
| : m_resolver(resolver)
|
| @@ -49,4 +49,4 @@ void LockOrientationCallback::onError(blink::WebLockOrientationError error)
|
| m_resolver->reject(DOMException::create(code, msg));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|