summaryrefslogtreecommitdiff
path: root/fxjs
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-02 18:37:38 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-02 18:37:38 +0000
commite806037fd847ed8edefaa4aeb19c79692cceb865 (patch)
treeb2aeeb29ddde648e84d2dad8f32ecc85543c903a /fxjs
parenta95fd60b7902b9f893d05189aa6c877eb2e73e90 (diff)
downloadpdfium-e806037fd847ed8edefaa4aeb19c79692cceb865.tar.xz
Remove default values for CJX_Node::SetContent
This CL removes the default values from CJX_Node::SetContent and inlines at the call sites. Change-Id: I9daf3c3e0010540773c276aa4c4e5c357e91b3b2 Reviewed-on: https://pdfium-review.googlesource.com/17530 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs')
-rw-r--r--fxjs/cjx_node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h
index b9a41deaf4..963cf0de4e 100644
--- a/fxjs/cjx_node.h
+++ b/fxjs/cjx_node.h
@@ -75,9 +75,9 @@ class CJX_Node : public CJX_Object {
bool SetContent(const WideString& wsContent,
const WideString& wsXMLValue,
- bool bNotify = false,
- bool bScriptModify = false,
- bool bSyncData = true);
+ bool bNotify,
+ bool bScriptModify,
+ bool bSyncData);
WideString GetContent();
bool TryInteger(XFA_ATTRIBUTE eAttr,