summaryrefslogtreecommitdiff
path: root/fxjs/cjx_node.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-04 01:17:27 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-04 01:17:27 +0000
commit6fa9707e5db5454ab5ea1a8349d9e1d7cf2b175c (patch)
tree16fde30271b76d4a012f4b67d29141e62a653869 /fxjs/cjx_node.h
parent83ae996e5860edb31c061e12abdbf7d4a955a0b3 (diff)
downloadpdfium-6fa9707e5db5454ab5ea1a8349d9e1d7cf2b175c.tar.xz
Remove default from CJX_Node::MoveBufferMapData
This CL removes the default value from the bRecursive flag. Change-Id: I88882fd1206d82facd977f97bda4e585571ce5e0 Reviewed-on: https://pdfium-review.googlesource.com/17571 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cjx_node.h')
-rw-r--r--fxjs/cjx_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h
index 8a67d3f0fc..02091b924b 100644
--- a/fxjs/cjx_node.h
+++ b/fxjs/cjx_node.h
@@ -449,7 +449,7 @@ class CJX_Node : public CJX_Object {
void MoveBufferMapData(CXFA_Node* pSrcModule,
CXFA_Node* pDstModule,
void* pKey,
- bool bRecursive = false);
+ bool bRecursive);
int32_t execSingleEventByName(const WideStringView& wsEventName,
XFA_Element eType);