| Index: Source/bindings/core/v8/CallbackPromiseAdapter.h
|
| diff --git a/Source/bindings/core/v8/CallbackPromiseAdapter.h b/Source/bindings/core/v8/CallbackPromiseAdapter.h
|
| index 0426982e207b4b1f0d0a8e3e160675f3d104c9bb..417e0ebb1ff757de56f81bdc17675b2682639a6a 100644
|
| --- a/Source/bindings/core/v8/CallbackPromiseAdapter.h
|
| +++ b/Source/bindings/core/v8/CallbackPromiseAdapter.h
|
| @@ -34,7 +34,7 @@
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "public/platform/WebCallbacks.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // This class provides an easy way to convert from a Script-exposed
|
| // class (i.e. a class that has a toV8() overload) that uses Promises
|
| @@ -90,6 +90,6 @@ private:
|
| WTF_MAKE_NONCOPYABLE(CallbackPromiseAdapter);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|