| Index: Source/bindings/core/v8/ScriptCallStackFactory.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptCallStackFactory.cpp b/Source/bindings/core/v8/ScriptCallStackFactory.cpp
|
| index d38dbb2ed35bd33eb1e30e43fdead231e67ace76..65d750cb54fcf714e26ae137174612a6630abd68 100644
|
| --- a/Source/bindings/core/v8/ScriptCallStackFactory.cpp
|
| +++ b/Source/bindings/core/v8/ScriptCallStackFactory.cpp
|
| @@ -42,7 +42,7 @@
|
|
|
| #include <v8-debug.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| @@ -130,4 +130,4 @@ PassRefPtrWillBeRawPtr<ScriptArguments> createScriptArguments(ScriptState* scrip
|
| return ScriptArguments::create(scriptState, arguments);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|