diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-02 18:32:08 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-02 18:32:08 +0000 |
commit | a95fd60b7902b9f893d05189aa6c877eb2e73e90 (patch) | |
tree | 59c7e977600be1fe1f40a792fbe369708d7797b8 /fxjs/cjx_node.h | |
parent | 92492c1455e59c18f274c1f2b3ecfe9d042509fa (diff) | |
download | pdfium-a95fd60b7902b9f893d05189aa6c877eb2e73e90.tar.xz |
Remove default value from CJX_Node::GetProperty
This CL removes the GetProperty default value and inlines into the
callers.
Change-Id: I0e18f27b51046fdf37ddc57f34a31154729c8db0
Reviewed-on: https://pdfium-review.googlesource.com/17510
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cjx_node.h')
-rw-r--r-- | fxjs/cjx_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h index 1b8ad5c079..b9a41deaf4 100644 --- a/fxjs/cjx_node.h +++ b/fxjs/cjx_node.h @@ -71,7 +71,7 @@ class CJX_Node : public CJX_Object { CXFA_Node* GetProperty(int32_t index, XFA_Element eType, - bool bCreateProperty = true); + bool bCreateProperty); bool SetContent(const WideString& wsContent, const WideString& wsXMLValue, |