Chromium Code Reviews| Index: fxjse/include/cfxjse_value.h |
| diff --git a/fxjse/include/cfxjse_value.h b/fxjse/include/cfxjse_value.h |
| index 74b4bab2e2aa39a3d1c273955d9d2bd59b773a64..8dd6ef8d93c74018c70ac0f3de8909a56e73b993 100644 |
| --- a/fxjse/include/cfxjse_value.h |
| +++ b/fxjse/include/cfxjse_value.h |
| @@ -11,7 +11,8 @@ |
| class CFXJSE_Value { |
| public: |
| - CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {} |
| + CFXJSE_Value(v8::Isolate* pIsolate); |
| + ~CFXJSE_Value(); |
| FX_BOOL IsUndefined() const { |
| if (m_hValue.IsEmpty()) { |