| Index: Source/bindings/core/v8/ScheduledAction.cpp
|
| diff --git a/Source/bindings/core/v8/ScheduledAction.cpp b/Source/bindings/core/v8/ScheduledAction.cpp
|
| index 9084c354760159e4e61f63c3cf947152bd937ca4..b0315ae806413692cd7657f28bab68feba0427c7 100644
|
| --- a/Source/bindings/core/v8/ScheduledAction.cpp
|
| +++ b/Source/bindings/core/v8/ScheduledAction.cpp
|
| @@ -43,7 +43,7 @@
|
| #include "core/workers/WorkerThread.h"
|
| #include "platform/TraceEvent.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ScheduledAction::ScheduledAction(ScriptState* scriptState, v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[], v8::Isolate* isolate)
|
| : m_scriptState(scriptState)
|
| @@ -120,4 +120,4 @@ void ScheduledAction::createLocalHandlesForArgs(Vector<v8::Handle<v8::Value> >*
|
| handles->append(m_info.Get(i));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|