From e806037fd847ed8edefaa4aeb19c79692cceb865 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 2 Nov 2017 18:37:38 +0000 Subject: 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 Reviewed-by: Tom Sepez --- fxjs/cjx_node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fxjs') 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, -- cgit v1.2.3