| Index: Source/bindings/core/v8/ScriptFunction.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptFunction.cpp b/Source/bindings/core/v8/ScriptFunction.cpp
|
| index 6f7d3cc56c4599877b79559008b0be7e99fc7144..9d652b0c78064650e22381f39d1ad0759fb52a86 100644
|
| --- a/Source/bindings/core/v8/ScriptFunction.cpp
|
| +++ b/Source/bindings/core/v8/ScriptFunction.cpp
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "bindings/core/v8/V8Binding.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void ScriptFunction::callCallback(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| {
|
| @@ -29,4 +29,4 @@ v8::Handle<v8::Function> ScriptFunction::adoptByGarbageCollector(PassOwnPtr<Scri
|
| return createClosure(&ScriptFunction::callCallback, function.leakPtr()->releaseToV8GarbageCollector(), isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|