| Index: Source/bindings/v8/ScriptValue.h
|
| diff --git a/Source/bindings/v8/ScriptValue.h b/Source/bindings/v8/ScriptValue.h
|
| index 8ffa4caadbbf43c1d71b12bebb3287299daf76b9..41be6553d9e0ac9800184574158d91e2cbf5a884 100644
|
| --- a/Source/bindings/v8/ScriptValue.h
|
| +++ b/Source/bindings/v8/ScriptValue.h
|
| @@ -154,8 +154,6 @@ public:
|
|
|
| private:
|
| mutable v8::Isolate* m_isolate;
|
| - // FIXME: m_scriptState is not yet used.
|
| - // We will start using it once we remove ScriptValue(v8::Handle<v8::Value> value, v8::Isolate* isolate).
|
| mutable RefPtr<ScriptState> m_scriptState;
|
| RefPtr<SharedPersistent<v8::Value> > m_value;
|
| };
|
|
|