Chromium Code Reviews| Index: Source/bindings/v8/ScriptFunctionCall.h |
| diff --git a/Source/bindings/v8/ScriptFunctionCall.h b/Source/bindings/v8/ScriptFunctionCall.h |
| index f0050e539f7de6b4ec289a01f82abed16a3ddd61..032b6a0b0cef8ad600dbc77fe85de3fff158c655 100644 |
| --- a/Source/bindings/v8/ScriptFunctionCall.h |
| +++ b/Source/bindings/v8/ScriptFunctionCall.h |
| @@ -79,6 +79,7 @@ namespace WebCore { |
| ScriptValue call(); |
| private: |
| + ScriptState* m_scriptState; |
| ScriptValue m_function; |
| }; |