| Index: Source/bindings/v8/ScheduledAction.h
|
| diff --git a/Source/bindings/v8/ScheduledAction.h b/Source/bindings/v8/ScheduledAction.h
|
| index 3d3623b5bcc64eafc84001b63e02dadceaf7b837..9b03a027305fbdf91c02e92cfd1d6d35da2d204a 100644
|
| --- a/Source/bindings/v8/ScheduledAction.h
|
| +++ b/Source/bindings/v8/ScheduledAction.h
|
| @@ -60,7 +60,7 @@ private:
|
|
|
| ScopedPersistent<v8::Context> m_context;
|
| ScopedPersistent<v8::Function> m_function;
|
| - Vector<UnsafePersistent<v8::Value> > m_args;
|
| + Vector<UnsafePersistent<v8::Value> > m_info;
|
| ScriptSourceCode m_code;
|
| v8::Isolate* m_isolate;
|
| };
|
|
|