summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_value.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-07-23 20:41:04 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-23 20:41:04 +0000
commit4c358488d0a8daf3a625cae842efcf27a3bb62f5 (patch)
treeb830f9e75a27f4e3c6a381d01e0932edfd551177 /fxjs/cfxjse_value.h
parent2bfa78540c375916ec9973f0ae11271b098180bd (diff)
downloadpdfium-4c358488d0a8daf3a625cae842efcf27a3bb62f5.tar.xz
Remove argument from CFXJSE_Value::ToHostObject()
Like the other cases, it is always nullptr. Change-Id: I280f25899ffbe5e35f4ef3342aec7896edf3e1f2 Reviewed-on: https://pdfium-review.googlesource.com/38592 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_value.h')
-rw-r--r--fxjs/cfxjse_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cfxjse_value.h b/fxjs/cfxjse_value.h
index 5fbac4d58a..dd01843990 100644
--- a/fxjs/cfxjse_value.h
+++ b/fxjs/cfxjse_value.h
@@ -43,7 +43,7 @@ class CFXJSE_Value {
WideString ToWideString() const {
return WideString::FromUTF8(ToString().AsStringView());
}
- CFXJSE_HostObject* ToHostObject(CFXJSE_Class* lpClass) const;
+ CFXJSE_HostObject* ToHostObject() const;
void SetUndefined();
void SetNull();