| Index: Source/bindings/core/v8/ScriptPromiseProperty.h
|
| diff --git a/Source/bindings/core/v8/ScriptPromiseProperty.h b/Source/bindings/core/v8/ScriptPromiseProperty.h
|
| index a27cc17e12e9207cc5cb050eb8f3f0ab59a4f503..c55930e5285cbb24e559ea042e994a043e780d74 100644
|
| --- a/Source/bindings/core/v8/ScriptPromiseProperty.h
|
| +++ b/Source/bindings/core/v8/ScriptPromiseProperty.h
|
| @@ -11,7 +11,7 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| @@ -152,6 +152,6 @@ void ScriptPromiseProperty<HolderType, ResolvedType, RejectedType>::trace(Visito
|
| ScriptPromisePropertyBase::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScriptPromiseProperty_h
|
|
|