| Index: Source/bindings/core/v8/V8RecursionScope.cpp
|
| diff --git a/Source/bindings/core/v8/V8RecursionScope.cpp b/Source/bindings/core/v8/V8RecursionScope.cpp
|
| index 77480b83e1d96ab20e60ceb72bd811f31b01eabe..3dd45966b8196caa2fd4bf27a9fae88a90050e15 100644
|
| --- a/Source/bindings/core/v8/V8RecursionScope.cpp
|
| +++ b/Source/bindings/core/v8/V8RecursionScope.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "bindings/core/v8/ModuleProxy.h"
|
| #include "core/dom/Microtask.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8RecursionScope::didLeaveScriptContext()
|
| {
|
| @@ -42,4 +42,4 @@ void V8RecursionScope::didLeaveScriptContext()
|
| ModuleProxy::moduleProxy().didLeaveScriptContextForRecursionScope(m_executionContext);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|