| Index: Source/bindings/core/v8/ScriptFunctionCall.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptFunctionCall.cpp b/Source/bindings/core/v8/ScriptFunctionCall.cpp
|
| index 6d79edebb4e6aeb26952219359761d18a6a3888f..4f4af8f0f0f174e5af1483b8de97f91eab205e2e 100644
|
| --- a/Source/bindings/core/v8/ScriptFunctionCall.cpp
|
| +++ b/Source/bindings/core/v8/ScriptFunctionCall.cpp
|
| @@ -40,7 +40,7 @@
|
|
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void ScriptCallArgumentHandler::appendArgument(const ScriptValue& argument)
|
| {
|
| @@ -189,4 +189,4 @@ ScriptValue ScriptFunctionCall::construct(bool& hadException, bool reportExcepti
|
| return ScriptValue(m_scriptState.get(), result);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|