Chromium Code Reviews| Index: xfa/fxjse/value.h |
| diff --git a/xfa/fxjse/value.h b/xfa/fxjse/value.h |
| index 2939ac34f7cd362797132d4743d0db9418cd22c2..12db5883cf51784de67df455e67ed0c3cf85cf43 100644 |
| --- a/xfa/fxjse/value.h |
| +++ b/xfa/fxjse/value.h |
| @@ -148,7 +148,7 @@ class CFXJSE_Value { |
| v8::String::Utf8Value hStringVal(hString); |
| szStrOutput = *hStringVal; |
| } |
| - void* ToObject(CFXJSE_Class* lpClass) const; |
| + void* ToObject() const; |
| public: |
| V8_INLINE void SetUndefined() { |