| Index: Source/bindings/v8/ScheduledAction.h
|
| diff --git a/Source/bindings/v8/ScheduledAction.h b/Source/bindings/v8/ScheduledAction.h
|
| index 4240df3b485d87a37e63cf7ae0fb4338d2eb5b10..d4a95dedcc804ca1fde8f6672e448448c7cf3956 100644
|
| --- a/Source/bindings/v8/ScheduledAction.h
|
| +++ b/Source/bindings/v8/ScheduledAction.h
|
| @@ -41,7 +41,7 @@ namespace WebCore {
|
|
|
| class Frame;
|
| class ScriptExecutionContext;
|
| -class WorkerContext;
|
| +class WorkerGlobalScope;
|
|
|
| class ScheduledAction {
|
| WTF_MAKE_NONCOPYABLE(ScheduledAction);
|
| @@ -54,7 +54,7 @@ public:
|
|
|
| private:
|
| void execute(Frame*);
|
| - void execute(WorkerContext*);
|
| + void execute(WorkerGlobalScope*);
|
| void createLocalHandlesForArgs(Vector<v8::Handle<v8::Value> >* handles);
|
|
|
| ScopedPersistent<v8::Context> m_context;
|
|
|